Skip to content

Commit

Permalink
chore: release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Dec 22, 2023
1 parent cda9e99 commit 9e8e0e9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "upt"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
authors = ["sigoden <[email protected]>"]
description = "Universal package management tool for any OS"
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ You can specify the package manager that UPT should use by setting the `UPT_TOOL

```sh
UPT_TOOL=snap upt install $pkg # run snap to install $pkg
UPT_TOOL=nix-env upt install $pkg # run nix-env to install $pkg
```

## License
Expand Down

0 comments on commit 9e8e0e9

Please sign in to comment.