Skip to content

Commit ec43e15

Browse files
committed
increment to 2.1.1
1 parent dbc7095 commit ec43e15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "houdoku",
33
"productName": "Houdoku",
44
"description": "Manga reader and library manager for the desktop",
5-
"version": "2.1.0",
5+
"version": "2.1.1",
66
"scripts": {
77
"build": "concurrently \"yarn build:main\" \"yarn build:renderer\"",
88
"build:main": "cross-env NODE_ENV=production webpack --config ./.erb/configs/webpack.config.main.prod.babel.js",

src/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "houdoku",
33
"productName": "Houdoku",
4-
"version": "2.1.0",
4+
"version": "2.1.1",
55
"description": "Manga reader and library manager for the desktop",
66
"main": "./main.prod.js",
77
"author": {

0 commit comments

Comments
 (0)