Skip to content

Commit 5fce188

Browse files
committed
chore: version 0.1.2
1 parent 35522e4 commit 5fce188

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "litemon"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2024"
55
rust-version = "1.85.0"
66
description = "A very minimal and lightweight metric collector for Linux systems"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ LiteMon is written in Rust, and uses the
2626
**Latest version:**
2727

2828
```
29-
0.1.1
29+
0.1.2
3030
```
3131

3232
### Ubuntu/Debian
3333

3434
```bash
3535
# Install litemon
36-
sudo dpkg -i $(curl -w "%{filename_effective}" -SsLO "https://github.com/RagnarLab/litemon/releases/download/v0.1.1/litemon-0.1.1-1.$(uname -m).deb")
36+
sudo dpkg -i $(curl -w "%{filename_effective}" -SsLO "https://github.com/RagnarLab/litemon/releases/download/v0.1.2/litemon-0.1.2-1.$(uname -m).deb")
3737

3838
# Configure litemon
3939
sudo mv /etc/litemon/config.kdl.example /etc/litemon/config.kdl
@@ -47,7 +47,7 @@ sudo systemctl restart litemon
4747

4848
```bash
4949
# Install litemon
50-
sudo rpm -iv "https://github.com/RagnarLab/litemon/releases/download/v0.1.1/litemon-0.1.1-1.$(uname -m).rpm"
50+
sudo rpm -iv "https://github.com/RagnarLab/litemon/releases/download/v0.1.2/litemon-0.1.2-1.$(uname -m).rpm"
5151

5252
# Configure litemon
5353
sudo mv /etc/litemon/config.kdl.example /etc/litemon/config.kdl

0 commit comments

Comments
 (0)