diff --git a/src/__tezpeak/constants.lua b/src/__tezpeak/constants.lua index 7cd1448..aef80aa 100644 --- a/src/__tezpeak/constants.lua +++ b/src/__tezpeak/constants.lua @@ -3,7 +3,7 @@ return { "config.hjson" }, sources = { - ["linux-x86_x64"] = "https://github.com/tez-capital/tezpeak/releases/download/0.3.1-alpha.10/tezpeak-linux-amd64", - ["linux-arm64"] = "https://github.com/tez-capital/tezpeak/releases/download/0.3.1-alpha.10/tezpeak-linux-arm64" + ["linux-x86_x64"] = "https://github.com/tez-capital/tezpeak/releases/download/0.3.1-alpha.11/tezpeak-linux-amd64", + ["linux-arm64"] = "https://github.com/tez-capital/tezpeak/releases/download/0.3.1-alpha.11/tezpeak-linux-arm64" } } \ No newline at end of file diff --git a/src/specs.json b/src/specs.json index f2adbb5..da1267c 100644 --- a/src/specs.json +++ b/src/specs.json @@ -1,9 +1,9 @@ { + "version": "0.2.7+0.3.1-alpha.11", "dependencies": [ { "id": "xtz.base" } ], - "id": "tzc.tezpeak", - "version": "0.2.6+0.3.1-alpha.10" + "id": "tzc.tezpeak" } \ No newline at end of file