From d50f0a3483c1ada0a69b69cd9a958e71d22f9f5d Mon Sep 17 00:00:00 2001 From: TezpeakReleaseDispatch Date: Mon, 29 Jul 2024 07:06:50 +0000 Subject: [PATCH] updated-tezpeak-version --- src/__tezpeak/constants.lua | 4 ++-- src/specs.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/__tezpeak/constants.lua b/src/__tezpeak/constants.lua index c1c456d..cb370f6 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.5-beta/tezpeak-linux-amd64", - ["linux-arm64"] = "https://github.com/tez-capital/tezpeak/releases/download/0.3.5-beta/tezpeak-linux-arm64" + ["linux-x86_x64"] = "https://github.com/tez-capital/tezpeak/releases/download/0.3.6-beta/tezpeak-linux-amd64", + ["linux-arm64"] = "https://github.com/tez-capital/tezpeak/releases/download/0.3.6-beta/tezpeak-linux-arm64" } } \ No newline at end of file diff --git a/src/specs.json b/src/specs.json index e1b6ded..ca7c4c5 100644 --- a/src/specs.json +++ b/src/specs.json @@ -1,9 +1,9 @@ { + "version": "0.2.13+0.3.6-beta", + "id": "tzc.tezpeak", "dependencies": [ { "id": "xtz.base" } - ], - "id": "tzc.tezpeak", - "version": "0.2.12+0.3.5-beta" + ] } \ No newline at end of file