diff --git a/android/app/build.gradle b/android/app/build.gradle index 7c37ea0f8b..06f9d70e99 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "app.vger.voyager" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 19 - versionName "1.11.1" + versionCode 20 + versionName "1.11.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps. diff --git a/ios/App/App/Info.plist b/ios/App/App/Info.plist index 2a6e321fe7..19f0a329e0 100644 --- a/ios/App/App/Info.plist +++ b/ios/App/App/Info.plist @@ -17,9 +17,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.11.1 + 1.11.2 CFBundleVersion - 19 + 20 LSRequiresIPhoneOS UILaunchStoryboardName diff --git a/package.json b/package.json index 8177dd486e..3df318b25f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "voyager", "description": "A progressive webapp Lemmy client", "private": true, - "version": "1.11.1", + "version": "1.11.2", "type": "module", "scripts": { "dev": "node server.mjs",