Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jelipo committed Jul 17, 2024
1 parent ac45b86 commit 09fd00b
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.6.0"
version = "0.6.1"
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 @@
## Linux 和 MacOS

```
curl -L https://github.com/jelipo/ocipack-rs/releases/download/0.6.0/ocipack-0.6.0-amd64_$(uname).tar.gz | tar xzv
curl -L https://github.com/jelipo/ocipack-rs/releases/download/0.6.1/ocipack-0.6.1-amd64_$(uname).tar.gz | tar xzv
# 把下载解压完成的 `ocipack` 放到 `/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.6.0/ocipack-0.6.0-amd64_windows.zip -o ocipack.zip
curl.exe -L https://github.com/jelipo/ocipack-rs/releases/download/0.6.1/ocipack-0.6.1-amd64_windows.zip -o ocipack.zip
tar -xf ocipack.zip
```
Expand Down

0 comments on commit 09fd00b

Please sign in to comment.