diff --git a/Cargo.toml b/Cargo.toml index 7a69224..1f6c875 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "silk-cli" -version = "0.2.3" +version = "0.2.4" edition = "2021" description = "Tencent SILK codec" keywords = ["cli", "silk", "tool", "codec"] diff --git a/silk-cli.json b/silk-cli.json index b78ef3f..72dde17 100644 --- a/silk-cli.json +++ b/silk-cli.json @@ -1,11 +1,11 @@ { - "version": "0.2.3", + "version": "0.2.4", "description": "Tencent SILK codec", "homepage": "https://github.com/idanran/silk-cli", "license": "MIT", "architecture": { "64bit": { - "url": "https://mirror.ghproxy.com/https://github.com/idanran/silk-cli/releases/download/v0.2.3/silk-cli-win-x64-v0.2.3.zip" + "url": "https://mirror.ghproxy.com/https://github.com/idanran/silk-cli/releases/download/v0.2.4/silk-cli-win-x64-v0.2.4.zip" } }, "bin": "silk-cli.exe",