Skip to content

Commit

Permalink
1.51
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee committed Sep 18, 2023
1 parent 3c4899b commit 9c4374f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.50.0',
version: '1.51.0',
runtimeVersion: {
policy: 'appVersion',
},
Expand Down Expand Up @@ -43,7 +43,7 @@ module.exports = function () {
backgroundColor: '#ffffff',
},
android: {
versionCode: 37,
versionCode: 38,
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.50.0",
"version": "1.51.0",
"private": true,
"scripts": {
"prepare": "is-ci || husky install",
Expand Down

0 comments on commit 9c4374f

Please sign in to comment.