Skip to content

Commit

Permalink
increment to 2.12.0
Browse files Browse the repository at this point in the history
closes #211
closes #217
  • Loading branch information
xgi committed Mar 24, 2023
1 parent c301a10 commit 0592a6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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": "houdoku",
"productName": "Houdoku",
"description": "Manga reader and library manager for the desktop",
"version": "2.11.0",
"version": "2.12.0",
"scripts": {
"build": "concurrently \"yarn build:main\" \"yarn build:renderer\"",
"build:main": "cross-env NODE_ENV=production webpack --config ./.erb/configs/webpack.config.main.prod.babel.js",
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "houdoku",
"productName": "Houdoku",
"version": "2.11.0",
"version": "2.12.0",
"description": "Manga reader and library manager for the desktop",
"main": "./main.prod.js",
"author": {
Expand Down

0 comments on commit 0592a6f

Please sign in to comment.