diff --git a/src/__tezpay/constants.lua b/src/__tezpay/constants.lua index 5f2478b..8c37b0e 100644 --- a/src/__tezpay/constants.lua +++ b/src/__tezpay/constants.lua @@ -11,7 +11,7 @@ return { ["payout_wallet_private_key"] = "https://raw.githubusercontent.com/tez-capital/tezpay/main/docs/configuration/payout_wallet_private.sample.key" }, sources = { - ["linux-x86_x64"] = "https://github.com/tez-capital/tezpay/releases/download/0.16.1-beta/tezpay-linux-amd64", - ["linux-arm64"] = "https://github.com/tez-capital/tezpay/releases/download/0.16.1-beta/tezpay-linux-arm64" + ["linux-x86_x64"] = "https://github.com/tez-capital/tezpay/releases/download/0.16.2-beta/tezpay-linux-amd64", + ["linux-arm64"] = "https://github.com/tez-capital/tezpay/releases/download/0.16.2-beta/tezpay-linux-arm64" } } diff --git a/src/specs.json b/src/specs.json index 8c5cf50..8e5a51c 100644 --- a/src/specs.json +++ b/src/specs.json @@ -1,9 +1,9 @@ { - "version": "0.1.47+0.16.1-beta", + "version": "0.1.48+0.16.2-beta", + "id": "tzc.tezpay", "dependencies": [ { "id": "xtz.base" } - ], - "id": "tzc.tezpay" + ] } \ No newline at end of file