Skip to content

Commit

Permalink
3.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wardellbagby committed Jan 1, 2025
1 parent c1b865a commit a6fe99d
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [3.4.4](https://github.com/wardellbagby/lyricistant/compare/v3.4.3...v3.4.4) (2025-01-01)



## [3.4.3](https://github.com/wardellbagby/lyricistant/compare/v3.4.2...v3.4.3) (2024-04-23)


Expand Down
4 changes: 2 additions & 2 deletions apps/mobile/android/app/versions.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
versionCode=66
versionName=3.4.3
versionCode=67
versionName=3.4.4
4 changes: 2 additions & 2 deletions apps/mobile/ios/App/App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 66;
CURRENT_PROJECT_VERSION = 67;
DEVELOPMENT_TEAM = 46CHV69543;
INFOPLIST_FILE = App/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
Expand All @@ -384,7 +384,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 66;
CURRENT_PROJECT_VERSION = 67;
DEVELOPMENT_TEAM = 46CHV69543;
INFOPLIST_FILE = App/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
Expand Down
4 changes: 2 additions & 2 deletions apps/mobile/ios/App/App/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.4.3</string>
<string>3.4.4</string>
<key>CFBundleVersion</key>
<string>66</string>
<string>67</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down
2 changes: 1 addition & 1 deletion fastlane/metadata/ios/copyright.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024 Wardell Bagby
2025 Wardell Bagby
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "lyricistant",
"productName": "Lyricistant",
"displayName": "Lyricistant",
"version": "3.4.3",
"version": "3.4.4",
"license": "GPL-3.0-or-later",
"description": "An app that helps you to write the lyrics you want to!",
"author": {
Expand Down

0 comments on commit a6fe99d

Please sign in to comment.