Skip to content

Commit

Permalink
v8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsmorais committed Apr 19, 2022
1 parent 9dd94b4 commit 7e52384
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kuro",
"productName": "Kuro",
"version": "8.0.4a",
"version": "8.1.0",
"description": "Elegant Microsoft To-Do desktop app (Ao fork)",
"license": "MIT",
"repository": "davidsmorais/kuro",
Expand All @@ -21,7 +21,7 @@
"postinstall": "electron-builder install-app-deps",
"icons": "electron-icon-maker --input=./static/Icon.png --output=./build/",
"test": "xo && stylelint 'src/style/*.css'",
"release": "rm -rf dist build && yarn icons && build --publish always",
"release": "yarn version && rm -rf dist build && yarn icons && build --publish always",
"start": "electron ."
},
"dependencies": {
Expand Down

0 comments on commit 7e52384

Please sign in to comment.