Skip to content

Commit

Permalink
update version (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
jelipo authored Apr 27, 2023
1 parent 27576e7 commit 3edabe0
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.4.3"
version = "0.5.0"
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.4.2/ocipack-0.4.2-amd64_$(uname).tar.gz | tar xzv
curl -L https://github.com/jelipo/ocipack-rs/releases/download/0.5.0/ocipack-0.5.0-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.4.2/ocipack-0.4.2-amd64_windows.zip -o ocipack.zip
curl.exe -L https://github.com/jelipo/ocipack-rs/releases/download/0.5.0/ocipack-0.5.0-amd64_windows.zip -o ocipack.zip
tar -xf ocipack.zip
```
Expand Down

0 comments on commit 3edabe0

Please sign in to comment.