diff options
-rw-r--r-- | app.config.js | 4 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app.config.js b/app.config.js index c05787428..4adeb03b7 100644 --- a/app.config.js +++ b/app.config.js @@ -20,12 +20,12 @@ module.exports = function () { /** * iOS build number. Must be incremented for each TestFlight version. */ - const IOS_BUILD_NUMBER = '2' + const IOS_BUILD_NUMBER = '1' /** * Android build number. Must be incremented for each release. */ - const ANDROID_VERSION_CODE = 56 + const ANDROID_VERSION_CODE = 57 /** * Uses built-in Expo env vars diff --git a/package.json b/package.json index 71410feab..517c328c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bsky.app", - "version": "1.64.0", + "version": "1.65.0", "private": true, "engines": { "node": ">=18" |