From 26445c24082a6909f7cc8ff85db01adb391061ad Mon Sep 17 00:00:00 2001
From: Alexander Harding <2166114+aeharding@users.noreply.github.com>
Date: Thu, 14 Sep 2023 09:21:10 -0500
Subject: [PATCH] Release 1.11.4
---
android/app/build.gradle | 4 ++--
ios/App/App/Info.plist | 4 ++--
package.json | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/android/app/build.gradle b/android/app/build.gradle
index e4d6ceee05..02652c056c 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 21
- versionName "1.11.3"
+ versionCode 22
+ versionName "1.11.4"
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 9e9b8ad852..52f3aa9247 100644
--- a/ios/App/App/Info.plist
+++ b/ios/App/App/Info.plist
@@ -17,9 +17,9 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.11.3
+ 1.11.4
CFBundleVersion
- 21
+ 22
LSRequiresIPhoneOS
UILaunchStoryboardName
diff --git a/package.json b/package.json
index a266f52453..59d156ff24 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "voyager",
"description": "A progressive webapp Lemmy client",
"private": true,
- "version": "1.11.3",
+ "version": "1.11.4",
"type": "module",
"scripts": {
"dev": "node server.mjs",