mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-10 21:04:53 +00:00
Update linux app version
Fix conflicts with main
This commit is contained in:
parent
1d6a802705
commit
f22077fbd0
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ if [ -n "$1" ]; then
|
|||
fi
|
||||
|
||||
CAKEWALLET_NAME="Cake Wallet"
|
||||
CAKEWALLET_VERSION="1.1.1"
|
||||
CAKEWALLET_BUILD_NUMBER=4
|
||||
CAKEWALLET_VERSION="1.1.2"
|
||||
CAKEWALLET_BUILD_NUMBER=5
|
||||
|
||||
if ! [[ " ${TYPES[*]} " =~ " ${APP_LINUX_TYPE} " ]]; then
|
||||
echo "Wrong app type."
|
||||
|
|
Loading…
Reference in a new issue