diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-12-15 15:57:06 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-12-15 15:57:06 -0800 |
commit | aac13aafced384eecafcab9a2b20fbdb47265403 (patch) | |
tree | c1ddf8f96d27ac9dfe6af058fcfb50307f7e408c | |
parent | 2a712630b471561790ff4a467613679f38424f64 (diff) | |
download | voidsky-aac13aafced384eecafcab9a2b20fbdb47265403.tar.zst |
1.60
-rw-r--r-- | app.config.js | 2 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app.config.js b/app.config.js index d16b494d0..717279b25 100644 --- a/app.config.js +++ b/app.config.js @@ -14,7 +14,7 @@ module.exports = function () { /** * Android build number. Must be incremented for each release. */ - const ANDROID_VERSION_CODE = 49 + const ANDROID_VERSION_CODE = 50 /** * Uses built-in Expo env vars diff --git a/package.json b/package.json index d1d12e223..bed17e9dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bsky.app", - "version": "1.59.0", + "version": "1.60.0", "private": true, "scripts": { "prepare": "is-ci || husky install", |