From 041e8f0c5c7e741e80e767e1f5a9af8ef64a86d9 Mon Sep 17 00:00:00 2001
From: Alexander Harding <2166114+aeharding@users.noreply.github.com>
Date: Thu, 14 Mar 2024 20:14:05 -0500
Subject: [PATCH] Release 1.47.0
---
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 b2a6271377..28b601e79d 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 224
- versionName "1.46.3"
+ versionCode 225
+ versionName "1.47.0"
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 ea1ab554cc..9acc84a2a7 100644
--- a/ios/App/App/Info.plist
+++ b/ios/App/App/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.46.3
+ 1.47.0
CFBundleURLTypes
@@ -32,7 +32,7 @@
CFBundleVersion
- 224
+ 225
ITSAppUsesNonExemptEncryption
LSRequiresIPhoneOS
diff --git a/package.json b/package.json
index a4cf4193ee..b4c4108c9d 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "voyager",
"description": "A progressive webapp Lemmy client",
"private": true,
- "version": "1.46.3",
+ "version": "1.47.0",
"type": "module",
"packageManager": "pnpm@8.15.4+sha256.cea6d0bdf2de3a0549582da3983c70c92ffc577ff4410cbf190817ddc35137c2",
"scripts": {