Skip to content

Commit 52704da

Browse files
committed
3.4.6+ios
1 parent 111796b commit 52704da

File tree

6 files changed

+18
-9
lines changed

6 files changed

+18
-9
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [3.4.6](https://github.com/wardellbagby/lyricistant/compare/v3.4.5...v3.4.6) (2025-01-05)
2+
3+
4+
### Bug Fixes
5+
6+
* **ios:** stop pretending to resave files after initial save ([111796b](https://github.com/wardellbagby/lyricistant/commit/111796b3606c6c4edf5e0a511b73205f4707a902))
7+
8+
9+
110
## [3.4.5](https://github.com/wardellbagby/lyricistant/compare/v3.4.4...v3.4.5) (2025-01-02)
211

312

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
versionCode=68
2-
versionName=3.4.5
1+
versionCode=69
2+
versionName=3.4.6

apps/mobile/ios/App/App.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@
362362
CLANG_ENABLE_MODULES = YES;
363363
CODE_SIGN_IDENTITY = "Apple Development";
364364
CODE_SIGN_STYLE = Automatic;
365-
CURRENT_PROJECT_VERSION = 68;
365+
CURRENT_PROJECT_VERSION = 69;
366366
DEVELOPMENT_TEAM = 46CHV69543;
367367
INFOPLIST_FILE = App/Info.plist;
368368
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
@@ -388,7 +388,7 @@
388388
CLANG_ENABLE_MODULES = YES;
389389
CODE_SIGN_IDENTITY = "iPhone Distribution";
390390
CODE_SIGN_STYLE = Manual;
391-
CURRENT_PROJECT_VERSION = 68;
391+
CURRENT_PROJECT_VERSION = 69;
392392
DEVELOPMENT_TEAM = 46CHV69543;
393393
INFOPLIST_FILE = App/Info.plist;
394394
IPHONEOS_DEPLOYMENT_TARGET = 14.0;

apps/mobile/ios/App/App/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
<key>CFBundlePackageType</key>
3131
<string>APPL</string>
3232
<key>CFBundleShortVersionString</key>
33-
<string>3.4.5</string>
33+
<string>3.4.6</string>
3434
<key>CFBundleVersion</key>
35-
<string>68</string>
35+
<string>69</string>
3636
<key>LSRequiresIPhoneOS</key>
3737
<true/>
3838
<key>UILaunchStoryboardName</key>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "lyricistant",
33
"productName": "Lyricistant",
44
"displayName": "Lyricistant",
5-
"version": "3.4.5",
5+
"version": "3.4.6",
66
"license": "GPL-3.0-or-later",
77
"description": "An app that helps you to write the lyrics you want to!",
88
"author": {

0 commit comments

Comments
 (0)