From aac13aafced384eecafcab9a2b20fbdb47265403 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Fri, 15 Dec 2023 15:57:06 -0800 Subject: [PATCH] 1.60 --- app.config.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app.config.js b/app.config.js index d16b494d..717279b2 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 d1d12e22..bed17e9d 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",