Skip to content

Commit

Permalink
1.53
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee committed Oct 11, 2023
1 parent 10deddd commit 5dd673d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = function () {
slug: 'bluesky',
scheme: 'bluesky',
owner: 'blueskysocial',
version: '1.52.0',
version: '1.53.0',
runtimeVersion: {
policy: 'appVersion',
},
Expand All @@ -19,7 +19,7 @@ module.exports = function () {
backgroundColor: '#ffffff',
},
ios: {
buildNumber: '2',
buildNumber: '1',
supportsTablet: false,
bundleIdentifier: 'xyz.blueskyweb.app',
config: {
Expand All @@ -43,7 +43,7 @@ module.exports = function () {
backgroundColor: '#ffffff',
},
android: {
versionCode: 41,
versionCode: 42,
adaptiveIcon: {
foregroundImage: './assets/adaptive-icon.png',
backgroundColor: '#ffffff',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bsky.app",
"version": "1.52.0",
"version": "1.53.0",
"private": true,
"scripts": {
"prepare": "is-ci || husky install",
Expand Down

0 comments on commit 5dd673d

Please sign in to comment.