Skip to content

Commit 47879a7

Browse files
committed
3.4.5
1 parent 09dc2f4 commit 47879a7

File tree

6 files changed

+13
-9
lines changed

6 files changed

+13
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [3.4.5](https://github.com/wardellbagby/lyricistant/compare/v3.4.4...v3.4.5) (2025-01-02)
2+
3+
4+
15
## [3.4.4](https://github.com/wardellbagby/lyricistant/compare/v3.4.3...v3.4.4) (2025-01-01)
26

37

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@
358358
CLANG_ENABLE_MODULES = YES;
359359
CODE_SIGN_IDENTITY = "Apple Development";
360360
CODE_SIGN_STYLE = Automatic;
361-
CURRENT_PROJECT_VERSION = 67;
361+
CURRENT_PROJECT_VERSION = 68;
362362
DEVELOPMENT_TEAM = 46CHV69543;
363363
INFOPLIST_FILE = App/Info.plist;
364364
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
@@ -384,7 +384,7 @@
384384
CLANG_ENABLE_MODULES = YES;
385385
CODE_SIGN_IDENTITY = "iPhone Distribution";
386386
CODE_SIGN_STYLE = Manual;
387-
CURRENT_PROJECT_VERSION = 67;
387+
CURRENT_PROJECT_VERSION = 68;
388388
DEVELOPMENT_TEAM = 46CHV69543;
389389
INFOPLIST_FILE = App/Info.plist;
390390
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.4</string>
33+
<string>3.4.5</string>
3434
<key>CFBundleVersion</key>
35-
<string>67</string>
35+
<string>68</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.4",
5+
"version": "3.4.5",
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)