Skip to content

Commit

Permalink
Add optional dependency + bump version up
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMBarr committed Oct 5, 2024
1 parent 0d5a8d9 commit f317d81
Show file tree
Hide file tree
Showing 3 changed files with 248 additions and 4 deletions.
245 changes: 243 additions & 2 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lyric-converter",
"version": "3.3.3",
"version": "3.3.4",
"homepage": "https://lyricconverter.net",
"author": {
"name": "Chris Barr",
Expand Down Expand Up @@ -97,5 +97,8 @@
"prettier": "^3.3.3",
"tailwindcss": "^3.4.13",
"typescript": "^5.5.4"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "*"
}
}
2 changes: 1 addition & 1 deletion src/app/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Generated by genversion.
export const version = '3.3.2';
export const version = '3.3.4';

0 comments on commit f317d81

Please sign in to comment.