From 9f864f06444e149570a7751ad79c07be77cda4c8 Mon Sep 17 00:00:00 2001 From: Harsh Singh Date: Wed, 11 Oct 2023 10:25:38 +0530 Subject: [PATCH] bump version -> 0.2.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- vercel.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 086fb69..2559123 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1360,7 +1360,7 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" [[package]] name = "vercel-cache-helper" -version = "0.2.4" +version = "0.2.5" dependencies = [ "atty", "clap", diff --git a/Cargo.toml b/Cargo.toml index 62e41d2..171963a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vercel-cache-helper" -version = "0.2.4" +version = "0.2.5" edition = "2021" description = "Hello world" diff --git a/vercel.sh b/vercel.sh index 2c62139..e8fa2fd 100644 --- a/vercel.sh +++ b/vercel.sh @@ -14,7 +14,7 @@ install_vercel_cache_helper() { # Download vercel-cache-helper using curl echo "🚀 Downloading vercel-cache-helper..." - curl -fsSL https://github.com/harshdoesdev/vercel-cache-helper/releases/latest/download/vercel-cache-helper_linux_musl_x86_64 -o "$install_dir/vercel-cache-helper" + curl -fsSL https://github.com/fastn-stack/vercel-cache-helper/releases/latest/download/vercel-cache-helper_linux_musl_x86_64 -o "$install_dir/vercel-cache-helper" # Make it executable chmod +x "$install_dir/vercel-cache-helper"