Skip to content

Commit 0274801

Browse files
committedAug 14, 2023
Release 1.9.0
1 parent ea35152 commit 0274801

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
 

‎android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "app.vger.voyager"
88
minSdkVersion rootProject.ext.minSdkVersion
99
targetSdkVersion rootProject.ext.targetSdkVersion
10-
versionCode 12
11-
versionName "1.8.0"
10+
versionCode 13
11+
versionName "1.9.0"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
aaptOptions {
1414
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

‎ios/App/App/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.8.0</string>
20+
<string>1.9.0</string>
2121
<key>CFBundleVersion</key>
22-
<string>12</string>
22+
<string>13</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>UILaunchStoryboardName</key>

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "voyager",
33
"description": "A progressive webapp Lemmy client",
44
"private": true,
5-
"version": "1.8.0",
5+
"version": "1.9.0",
66
"type": "module",
77
"scripts": {
88
"dev": "node server.mjs",

0 commit comments

Comments
 (0)
Please sign in to comment.