Skip to content

Commit

Permalink
v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mxve committed Mar 20, 2022
1 parent 946a404 commit 723e574
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plutonium-updater"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
build = "res/build.rs"

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ or
- Compares local version to remote
- Exit code 0 for up to date
- Exit code 1 for outdated
- ```--version-local```
- Returns local version number, not found/broken = 0
- ```--version-cdn``
- Returns latest version number
- ```--no-color```
- Disable colors
- ```--no-backup```
Expand Down

0 comments on commit 723e574

Please sign in to comment.