This commit is contained in:
Paul Frazee
2023-12-15 15:57:06 -08:00
parent 2a712630b4
commit aac13aafce
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "bsky.app",
"version": "1.59.0",
"version": "1.60.0",
"private": true,
"scripts": {
"prepare": "is-ci || husky install",