zio/stable
Paul Frazee 2023-12-15 15:57:06 -08:00
parent 2a712630b4
commit aac13aafce
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ module.exports = function () {
/** /**
* Android build number. Must be incremented for each release. * 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 * Uses built-in Expo env vars

View File

@ -1,6 +1,6 @@
{ {
"name": "bsky.app", "name": "bsky.app",
"version": "1.59.0", "version": "1.60.0",
"private": true, "private": true,
"scripts": { "scripts": {
"prepare": "is-ci || husky install", "prepare": "is-ci || husky install",