We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f67fbeb commit 1d3483eCopy full SHA for 1d3483e
package.json
@@ -2,7 +2,7 @@
2
"name": "houdoku",
3
"productName": "Houdoku",
4
"description": "Manga reader and library manager for the desktop",
5
- "version": "2.2.0",
+ "version": "2.2.1",
6
"scripts": {
7
"build": "concurrently \"yarn build:main\" \"yarn build:renderer\"",
8
"build:main": "cross-env NODE_ENV=production webpack --config ./.erb/configs/webpack.config.main.prod.babel.js",
src/package.json
@@ -1,7 +1,7 @@
1
{
"main": "./main.prod.js",
"author": {
0 commit comments