Skip to content

Commit

Permalink
updated-tezpay-version
Browse files Browse the repository at this point in the history
  • Loading branch information
TezpayReleaseDispatch committed Feb 26, 2024
1 parent 2aeffac commit d893b67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/__tezpay/constants.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.0-alpha/tezpay-linux-amd64",
["linux-arm64"] = "https://github.com/tez-capital/tezpay/releases/download/0.10.0-alpha/tezpay-linux-arm64"
["linux-x86_x64"] = "https://github.com/tez-capital/tezpay/releases/download/0.11.0-alpha/tezpay-linux-amd64",
["linux-arm64"] = "https://github.com/tez-capital/tezpay/releases/download/0.11.0-alpha/tezpay-linux-arm64"
}
}
6 changes: 3 additions & 3 deletions src/specs.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"id": "tzc.tezpay",
"version": "0.1.27+0.11.0-alpha",
"dependencies": [
{
"id": "xtz.base"
}
],
"id": "tzc.tezpay",
"version": "0.1.26+0.10.0-alpha"
]
}

0 comments on commit d893b67

Please sign in to comment.