diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-04-06 23:38:16 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-04-06 23:38:16 -0500 |
commit | 15478a8f0cddfeef0f9a33cf9bbde9e8dee62438 (patch) | |
tree | 884ae9519e736b2aa3999546d28ce7efbdb4d26f | |
parent | 2f519bd66e7f0eeb374dfcd59043ad020196140e (diff) | |
download | voidsky-15478a8f0cddfeef0f9a33cf9bbde9e8dee62438.tar.zst |
1.14
-rw-r--r-- | app.json | 2 | ||||
-rw-r--r-- | ios/bluesky/Info.plist | 2 | ||||
-rw-r--r-- | package.json | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app.json b/app.json index d669e8674..8359a4f1e 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "bluesky", "slug": "bluesky", - "version": "1.13.0", + "version": "1.14.0", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "light", diff --git a/ios/bluesky/Info.plist b/ios/bluesky/Info.plist index 8e4349573..d8ef72f6f 100644 --- a/ios/bluesky/Info.plist +++ b/ios/bluesky/Info.plist @@ -21,7 +21,7 @@ <key>CFBundlePackageType</key> <string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string> <key>CFBundleShortVersionString</key> - <string>1.13</string> + <string>1.14</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleURLTypes</key> diff --git a/package.json b/package.json index 99f288b30..033cdbdf4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bsky.app", - "version": "1.13.0", + "version": "1.14.0", "private": true, "scripts": { "postinstall": "patch-package", |