Skip to content

Commit

Permalink
updated-tezpay-version
Browse files Browse the repository at this point in the history
  • Loading branch information
TezpayReleaseDispatch committed Jun 30, 2024
1 parent f0a4d34 commit e9615c8
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.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"
}
}
6 changes: 3 additions & 3 deletions src/specs.json
Original file line number Diff line number Diff line change
@@ -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"
]
}

0 comments on commit e9615c8

Please sign in to comment.