diff --git a/android/app/build.gradle b/android/app/build.gradle
index 06f9d70e99..e4d6ceee05 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 20
- versionName "1.11.2"
+ versionCode 21
+ versionName "1.11.3"
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 19f0a329e0..9e9b8ad852 100644
--- a/ios/App/App/Info.plist
+++ b/ios/App/App/Info.plist
@@ -17,9 +17,9 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.11.2
+ 1.11.3
CFBundleVersion
- 20
+ 21
LSRequiresIPhoneOS
UILaunchStoryboardName
diff --git a/package.json b/package.json
index 3df318b25f..a266f52453 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "voyager",
"description": "A progressive webapp Lemmy client",
"private": true,
- "version": "1.11.2",
+ "version": "1.11.3",
"type": "module",
"scripts": {
"dev": "node server.mjs",