From 4b7d8ee0403c9e9f7a9ae8972578c305ab8ecc35 Mon Sep 17 00:00:00 2001
From: Wardell Bagby <7834478+wardellbagby@users.noreply.github.com>
Date: Sun, 12 Jan 2025 23:16:21 -0800
Subject: [PATCH] 3.4.7
---
CHANGELOG.md | 10 ++++++++++
apps/mobile/android/app/versions.properties | 4 ++--
apps/mobile/ios/App/App.xcodeproj/project.pbxproj | 4 ++--
apps/mobile/ios/App/App/Info.plist | 4 ++--
package-lock.json | 4 ++--
package.json | 2 +-
6 files changed, 19 insertions(+), 9 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c8658275..9178e21c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+## [3.4.7](https://github.com/wardellbagby/lyricistant/compare/v3.4.6+ios...v3.4.7) (2025-01-13)
+
+
+### Features
+
+* **ios:** support setting a file name before saving ([4a7acc5](https://github.com/wardellbagby/lyricistant/commit/4a7acc500b332a056142b25c986c3bb78c2e06c6))
+* **web:** support setting a file name for browsers that only download ([f68da31](https://github.com/wardellbagby/lyricistant/commit/f68da31758188f7e79f2b7d0cc4504c59ab158b0))
+
+
+
## [3.4.6](https://github.com/wardellbagby/lyricistant/compare/v3.4.5...v3.4.6) (2025-01-05)
diff --git a/apps/mobile/android/app/versions.properties b/apps/mobile/android/app/versions.properties
index 1c6b435b..e22f6f68 100644
--- a/apps/mobile/android/app/versions.properties
+++ b/apps/mobile/android/app/versions.properties
@@ -1,2 +1,2 @@
-versionCode=69
-versionName=3.4.6
\ No newline at end of file
+versionCode=70
+versionName=3.4.7
\ No newline at end of file
diff --git a/apps/mobile/ios/App/App.xcodeproj/project.pbxproj b/apps/mobile/ios/App/App.xcodeproj/project.pbxproj
index d9c5d914..88990423 100644
--- a/apps/mobile/ios/App/App.xcodeproj/project.pbxproj
+++ b/apps/mobile/ios/App/App.xcodeproj/project.pbxproj
@@ -362,7 +362,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 69;
+ CURRENT_PROJECT_VERSION = 70;
DEVELOPMENT_TEAM = 46CHV69543;
INFOPLIST_FILE = App/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 16.6;
@@ -388,7 +388,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
- CURRENT_PROJECT_VERSION = 69;
+ CURRENT_PROJECT_VERSION = 70;
DEVELOPMENT_TEAM = 46CHV69543;
INFOPLIST_FILE = App/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 16.6;
diff --git a/apps/mobile/ios/App/App/Info.plist b/apps/mobile/ios/App/App/Info.plist
index 09eb5f41..5cad51aa 100644
--- a/apps/mobile/ios/App/App/Info.plist
+++ b/apps/mobile/ios/App/App/Info.plist
@@ -30,9 +30,9 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 3.4.6
+ 3.4.7
CFBundleVersion
- 69
+ 70
LSRequiresIPhoneOS
UILaunchStoryboardName
diff --git a/package-lock.json b/package-lock.json
index 6450b7c0..d2c6c14e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "lyricistant",
- "version": "3.4.6",
+ "version": "3.4.7",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "lyricistant",
- "version": "3.4.6",
+ "version": "3.4.7",
"license": "GPL-3.0-or-later",
"dependencies": {
"@capacitor/android": "^6.2.0",
diff --git a/package.json b/package.json
index 221f1add..7395b4b2 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "lyricistant",
"productName": "Lyricistant",
"displayName": "Lyricistant",
- "version": "3.4.6",
+ "version": "3.4.7",
"license": "GPL-3.0-or-later",
"description": "An app that helps you to write the lyrics you want to!",
"author": {