Skip to content

Commit

Permalink
v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkoelle committed Oct 22, 2020
1 parent 486b4fd commit 3d49463
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "correctinator",
"productName": "correctinator",
"version": "0.8.0",
"version": "0.8.1",
"description": "Ein Korrekturprogramm mit Media Viewer für Uni2Work Bewertungsdateien.",
"main": "./main.prod.js",
"author": {
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "correctinator",
"productName": "correctinator",
"version": "0.8.0",
"version": "0.8.1",
"description": "Ein Korrekturprogramm mit Media Viewer für Uni2Work Bewertungsdateien.",
"scripts": {
"build": "concurrently \"yarn build-main\" \"yarn build-renderer\"",
Expand Down Expand Up @@ -101,7 +101,8 @@
"provider": "github",
"owner": "koellemichael",
"repo": "correctinator",
"private": false
"private": false,
"releaseType": "release"
}
},
"repository": {
Expand Down

0 comments on commit 3d49463

Please sign in to comment.