zio/stable
Paul Frazee 2023-11-01 21:14:39 -07:00
parent f57a8cf8ba
commit 232e90c0a0
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ module.exports = function () {
slug: 'bluesky',
scheme: 'bluesky',
owner: 'blueskysocial',
version: '1.55.0',
version: '1.56.0',
runtimeVersion: {
policy: 'appVersion',
},
@ -43,7 +43,7 @@ module.exports = function () {
backgroundColor: '#ffffff',
},
android: {
versionCode: 44,
versionCode: 45,
adaptiveIcon: {
foregroundImage: './assets/adaptive-icon.png',
backgroundColor: '#ffffff',

View File

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