Skip to content

Commit

Permalink
(v0.4.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
KeziahMoselle committed Feb 16, 2018
1 parent b9a0a57 commit bae6f4a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<div class="user-view">
<div class="background dark"></div>
<span class="white-text name">Gelbooru Client</span>
<span class="white-text email">v0.4.0</span>
<span class="white-text email">v0.4.1</span>
</div>
</li>
<li><a class="subheader">Settings</a></li>
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gelbooru-client",
"version": "0.4.0",
"version": "0.4.1",
"description": "You already know what it is.",
"main": "main.js",
"dependencies": {
Expand All @@ -17,10 +17,11 @@
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron .",
"pack": "electron-builder --dir",
"dist": "electron-builder"
"dist": "electron-builder",
"release": "build"
},
"build": {
"appId": "com.keziahmoselle.gelbooru-client",
"appId": "com.gelbooru-client.app",
"productName": "gelbooru-client",
"win": {
"target": "NSIS",
Expand Down

0 comments on commit bae6f4a

Please sign in to comment.