Skip to content

Commit

Permalink
3.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
wardellbagby committed Jan 13, 2025
1 parent 7f2c546 commit 4b7d8ee
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 9 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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=69
versionName=3.4.6
versionCode=70
versionName=3.4.7
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 @@ -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;
Expand All @@ -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;
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.6</string>
<string>3.4.7</string>
<key>CFBundleVersion</key>
<string>69</string>
<string>70</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down
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.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": {
Expand Down

0 comments on commit 4b7d8ee

Please sign in to comment.