stack_wallet/scripts/app_config
sneurlax d329eba45e add version & build number update script
```
# To update both version and build number
./update_version.sh -v 2.0.1 -b 223

# To update only the build number
./update_version.sh -b 223

# To update only the version
./update_version.sh -v 2.0.1

# To increment the build number by one
./update_version.sh
```
2024-05-21 16:23:05 -05:00
..
configure_duo.sh include duo assets archive and extract it over our own assets via script 2024-05-21 14:08:19 -05:00
stack_duo_assets.zip remove unneeded files from duo asset bundle 2024-05-21 14:55:32 -05:00
update_version.sh add version & build number update script 2024-05-21 16:23:05 -05:00