Skip to content

Commit

Permalink
Bump versions for 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thornbill committed Nov 13, 2024
1 parent 93f41b9 commit 0d50ed1
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 35 deletions.
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"platforms": [
"ios"
],
"version": "1.5.0",
"version": "1.6.0",
"orientation": "default",
"primaryColor": "#00a4dc",
"backgroundColor": "#101010",
Expand All @@ -26,7 +26,7 @@
"**/*"
],
"ios": {
"buildNumber": "5.5.0.0",
"buildNumber": "5.6.0.0",
"supportsTablet": true,
"requireFullScreen": false,
"bundleIdentifier": "org.jellyfin.expo",
Expand Down
4 changes: 2 additions & 2 deletions ios/Jellyfin/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.5.0</string>
<string>1.6.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -30,7 +30,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>5.5.0.0</string>
<string>5.6.0.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down
81 changes: 51 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jellyfin-expo",
"version": "1.5.0",
"version": "1.6.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
Expand Down

0 comments on commit 0d50ed1

Please sign in to comment.