mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 19:49:22 +00:00
Merge new version changes
Update Linux version
This commit is contained in:
parent
9af7e146a4
commit
8cf2715539
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ if [ -n "$1" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
CAKEWALLET_NAME="Cake Wallet"
|
CAKEWALLET_NAME="Cake Wallet"
|
||||||
CAKEWALLET_VERSION="1.0.1"
|
CAKEWALLET_VERSION="1.0.2"
|
||||||
CAKEWALLET_BUILD_NUMBER=2
|
CAKEWALLET_BUILD_NUMBER=3
|
||||||
|
|
||||||
if ! [[ " ${TYPES[*]} " =~ " ${APP_LINUX_TYPE} " ]]; then
|
if ! [[ " ${TYPES[*]} " =~ " ${APP_LINUX_TYPE} " ]]; then
|
||||||
echo "Wrong app type."
|
echo "Wrong app type."
|
||||||
|
|
Loading…
Reference in a new issue