Skip to content

Commit 4949b61

Browse files
committed
Release 1.33.0
1 parent 9703a41 commit 4949b61

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 201
11-
versionName "1.32.7"
10+
versionCode 202
11+
versionName "1.33.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.32.7</string>
20+
<string>1.33.0</string>
2121
<key>CFBundleVersion</key>
22-
<string>201</string>
22+
<string>202</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.32.7",
5+
"version": "1.33.0",
66
"type": "module",
77
"packageManager": "[email protected]+sha256.5858806c3b292cbec89b5533662168a957358e2bbd86431516d441dc1aface89",
88
"scripts": {

0 commit comments

Comments
 (0)