From 7597fab290c1cef12f2088dc06515a7de9523a0c Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Sat, 1 Jul 2023 14:30:36 -0500 Subject: [PATCH] 1.37 --- app.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app.json b/app.json index 2e5eb30ab3..cc508c8d41 100644 --- a/app.json +++ b/app.json @@ -4,7 +4,7 @@ "slug": "bluesky", "scheme": "bluesky", "owner": "blueskysocial", - "version": "1.36.0", + "version": "1.37.0", "runtimeVersion": { "policy": "appVersion" }, @@ -43,7 +43,7 @@ "backgroundColor": "#ffffff" }, "android": { - "versionCode": 22, + "versionCode": 23, "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#ffffff" diff --git a/package.json b/package.json index c7e8ea7309..1deeae3d78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bsky.app", - "version": "1.36.0", + "version": "1.37.0", "private": true, "scripts": { "postinstall": "patch-package",