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"