Skip to content

Commit

Permalink
3.3.4+web.electron
Browse files Browse the repository at this point in the history
  • Loading branch information
wardellbagby committed Apr 21, 2024
1 parent 7dcacb5 commit ba738b5
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 9 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [3.3.4](https://github.com/wardellbagby/lyricistant/compare/v3.3.3...v3.3.4) (2024-04-21)


### Features

* hide scrollbars ([7dcacb5](https://github.com/wardellbagby/lyricistant/commit/7dcacb5f9d0e9c5b40bc3bb607bec1932154bed3))



## [3.3.3](https://github.com/wardellbagby/lyricistant/compare/v3.3.2+ios...v3.3.3) (2024-04-20)


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=61
versionName=3.3.3
versionCode=62
versionName=3.3.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 = 61;
CURRENT_PROJECT_VERSION = 62;
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 = 61;
CURRENT_PROJECT_VERSION = 62;
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.3.3</string>
<string>3.3.4</string>
<key>CFBundleVersion</key>
<string>61</string>
<string>62</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.3.3",
"version": "3.3.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 ba738b5

Please sign in to comment.