diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-12-13 13:48:49 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-12-13 13:48:49 -0800 |
commit | 5fa43530f6e8a794ac5d6adf765aa0e2cec7e5ee (patch) | |
tree | a76021e2ff99a08b2d813f3582f4bae043ab4133 /app.config.js | |
parent | a713f77e0357bfd9b7379de85e8a04ce104a9579 (diff) | |
download | voidsky-5fa43530f6e8a794ac5d6adf765aa0e2cec7e5ee.tar.zst |
Revert change to how notifications are loaded on mobile
Diffstat (limited to 'app.config.js')
-rw-r--r-- | app.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app.config.js b/app.config.js index e5ec435ab..096756b08 100644 --- a/app.config.js +++ b/app.config.js @@ -9,7 +9,7 @@ module.exports = function () { /** * iOS build number. Must be incremented for each TestFlight version. */ - const IOS_BUILD_NUMBER = '1' + const IOS_BUILD_NUMBER = '2' /** * Android build number. Must be incremented for each release. |