Commit 0274801 committed Aug 14, 2023 Unverified
1 parent ea35152 commit 0274801 Copy full SHA for 0274801
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ android {
7
7
applicationId " app.vger.voyager"
8
8
minSdkVersion rootProject. ext. minSdkVersion
9
9
targetSdkVersion rootProject. ext. targetSdkVersion
10
- versionCode 12
11
- versionName " 1.8 .0"
10
+ versionCode 13
11
+ versionName " 1.9 .0"
12
12
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
13
13
aaptOptions {
14
14
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >APPL </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >1.8 .0 </string >
20
+ <string >1.9 .0 </string >
21
21
<key >CFBundleVersion </key >
22
- <string >12 </string >
22
+ <string >13 </string >
23
23
<key >LSRequiresIPhoneOS </key >
24
24
<true />
25
25
<key >UILaunchStoryboardName </key >
Original file line number Diff line number Diff line change 2
2
"name" : " voyager" ,
3
3
"description" : " A progressive webapp Lemmy client" ,
4
4
"private" : true ,
5
- "version" : " 1.8 .0" ,
5
+ "version" : " 1.9 .0" ,
6
6
"type" : " module" ,
7
7
"scripts" : {
8
8
"dev" : " node server.mjs" ,
You can’t perform that action at this time.
0 commit comments