about summary refs log tree commit diff
path: root/app.config.js
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-12-13 13:48:49 -0800
committerPaul Frazee <pfrazee@gmail.com>2023-12-13 13:48:49 -0800
commit5fa43530f6e8a794ac5d6adf765aa0e2cec7e5ee (patch)
treea76021e2ff99a08b2d813f3582f4bae043ab4133 /app.config.js
parenta713f77e0357bfd9b7379de85e8a04ce104a9579 (diff)
downloadvoidsky-5fa43530f6e8a794ac5d6adf765aa0e2cec7e5ee.tar.zst
Revert change to how notifications are loaded on mobile
Diffstat (limited to 'app.config.js')
-rw-r--r--app.config.js2
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.