Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRobz committed Nov 28, 2021
1 parent e717af0 commit 71d974d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"lint-ts": "yarn tsc --noemit --noErrorTruncation --pretty true --watch",
"lint-ts-nowatch": "yarn tsc --noemit --noErrorTruncation --pretty true",
"package": "rm -rf src/dist && yarn build && electron-builder build --publish never",
"publish": "rm -rf src/dist && yarn build && electron-builder build --publish always -mwl",
"package:mac-silicon": "yarn package --mac --arm64",
"package:all": "rm -rf release/* && yarn package -mwl && yarn package:mac-silicon",
"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",
Expand Down Expand Up @@ -92,7 +93,7 @@
"publish": {
"provider": "github",
"owner": "MrRobz",
"repo": "Icon-Shelf/icon-shelf"
"repo": "icon-shelf"
}
},
"repository": {
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": "icon-shelf",
"productName": "Icon Shelf",
"version": "0.0.8",
"version": "0.0.9",
"description": "Icon Shelf is a free icon manager for developers",
"main": "./main.prod.js",
"author": {
Expand Down

0 comments on commit 71d974d

Please sign in to comment.