Skip to content

Commit f990873

Browse files
committed
Bump version 1.1.2
1 parent 6bde19c commit f990873

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"short_name": "mainichi_tango",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"author": "Yao Wang",
55
"chrome_url_overrides": {
66
"newtab": "index.html"

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "mainichi-tango",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"author": "Yao Wang <tim.wangyao@gmail.com>",
55
"license": "MIT",
66
"scripts": {
77
"dev": "parcel dev src/index.html --no-content-hash ",
88
"build": "parcel build src/index.html -d build --no-content-hash --no-source-maps",
9-
"prepare": "node script/prepare.js"
9+
"prepare": "node script/prepare.js",
10+
"pack": "7z a packed.zip .\\build\\*"
1011
},
1112
"devDependencies": {
1213
"@types/chrome": "^0.0.124",

0 commit comments

Comments
 (0)