Skip to content

Commit 71d974d

Browse files
committed
chore: update version
1 parent e717af0 commit 71d974d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"lint-ts": "yarn tsc --noemit --noErrorTruncation --pretty true --watch",
1212
"lint-ts-nowatch": "yarn tsc --noemit --noErrorTruncation --pretty true",
1313
"package": "rm -rf src/dist && yarn build && electron-builder build --publish never",
14+
"publish": "rm -rf src/dist && yarn build && electron-builder build --publish always -mwl",
1415
"package:mac-silicon": "yarn package --mac --arm64",
1516
"package:all": "rm -rf release/* && yarn package -mwl && yarn package:mac-silicon",
1617
"postinstall": "node -r @babel/register .erb/scripts/CheckNativeDep.js && electron-builder install-app-deps && yarn cross-env NODE_ENV=development webpack --config ./.erb/configs/webpack.config.renderer.dev.dll.babel.js && opencollective-postinstall && yarn-deduplicate yarn.lock",
@@ -92,7 +93,7 @@
9293
"publish": {
9394
"provider": "github",
9495
"owner": "MrRobz",
95-
"repo": "Icon-Shelf/icon-shelf"
96+
"repo": "icon-shelf"
9697
}
9798
},
9899
"repository": {

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "icon-shelf",
33
"productName": "Icon Shelf",
4-
"version": "0.0.8",
4+
"version": "0.0.9",
55
"description": "Icon Shelf is a free icon manager for developers",
66
"main": "./main.prod.js",
77
"author": {

0 commit comments

Comments
 (0)