diff --git a/Cargo.toml b/Cargo.toml index 003626a..3d0c395 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stakpak" -version = "0.1.21" +version = "0.1.22" edition = "2021" [dependencies] diff --git a/README.md b/README.md index 99cfa50..f3b4048 100644 --- a/README.md +++ b/README.md @@ -21,21 +21,21 @@ Download the latest binary for your platform from our [GitHub Releases](https:// #### Linux (x86_64) ```bash -curl -L "https://github.com/stakpak/cli/releases/v0.1.21/download/stakpak-linux-x86_64.tar.gz" | tar xz +curl -L "https://github.com/stakpak/cli/releases/v0.1.22/download/stakpak-linux-x86_64.tar.gz" | tar xz sudo mv stakpak /usr/local/bin/ ``` #### macOS (Intel) ```bash -curl -L "https://github.com/stakpak/cli/releases/v0.1.21/download/stakpak-darwin-x86_64.tar.gz" | tar xz +curl -L "https://github.com/stakpak/cli/releases/v0.1.22/download/stakpak-darwin-x86_64.tar.gz" | tar xz sudo mv stakpak /usr/local/bin/ ``` #### macOS (Apple Silicon) ```bash -curl -L "https://github.com/stakpak/cli/releases/v0.1.21/download/stakpak-darwin-aarch64.tar.gz" | tar xz +curl -L "https://github.com/stakpak/cli/releases/v0.1.22/download/stakpak-darwin-aarch64.tar.gz" | tar xz sudo mv stakpak /usr/local/bin/ ```