Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jelipo committed Aug 2, 2024
1 parent 23a8663 commit 9d13751
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ocipack"
version = "0.7.1"
version = "0.7.2"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Now you can also:
### Linux / MacOS

```
curl -L https://github.com/jelipo/ocipack-rs/releases/download/0.7.1/ocipack-0.7.1-amd64_$(uname).tar.gz | tar xzv
curl -L https://github.com/jelipo/ocipack-rs/releases/download/0.7.2/ocipack-0.7.2-amd64_$(uname).tar.gz | tar xzv
# [Option] Move to /usr/local/bin/
sudo cp ocipack /usr/local/bin/ && sudo chmod +x /usr/local/bin/ocipack
Expand All @@ -37,7 +37,7 @@ sudo cp ocipack /usr/local/bin/ && sudo chmod +x /usr/local/bin/ocipack
### Windows

```
curl.exe -L https://github.com/jelipo/ocipack-rs/releases/download/0.7.1/ocipack-0.7.1-amd64_windows.zip -o ocipack.zip
curl.exe -L https://github.com/jelipo/ocipack-rs/releases/download/0.7.2/ocipack-0.7.2-amd64_windows.zip -o ocipack.zip
tar -xf ocipack.zip
```
Expand Down

0 comments on commit 9d13751

Please sign in to comment.