Skip to content

Commit

Permalink
v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fredserva committed Feb 3, 2021
1 parent 84f0f72 commit 5038a8b
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": "birdskitchen",
"appname": "Birds Kitchen",
"version": "0.8.2",
"version": "0.8.3",
"description": "A free and open source recipe manager",
"private": true,
"main": "public/electron.js",
Expand Down Expand Up @@ -107,7 +107,7 @@
"build": {
"appId": "com.birdskitchen.app",
"productName": "Birds Kitchen",
"asar": true,
"asar": false,
"directories": {
"output": "dist"
},
Expand Down

0 comments on commit 5038a8b

Please sign in to comment.