Version 1.2.0

This commit is contained in:
Nathan Parikh 2017-10-16 13:33:47 -05:00
parent 5112fc8e8d
commit 4b795fb375
4 changed files with 3 additions and 6 deletions

2
.gitignore vendored
View File

@ -1,3 +1,3 @@
node_modules
release-builds
out/

View File

@ -77,9 +77,6 @@
<li>DOGE: DFHBdwUbcvGezfgHHbWmH8eLWjAjUhFSZ2</li>
</ul>
<div class="creds">
<div>Icons made by <a href="https://www.flaticon.com/authors/madebyoliver" title="Madebyoliver">Madebyoliver</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div>
</div>
</div><!-- #settings -->
<div id="portfolio" class="panel">

View File

@ -31,7 +31,7 @@ function createWindow () {
y: mainWindowState.y,
width: mainWindowState.width,
height: mainWindowState.height,
maxWidth: 360,
maxWidth: 960,
minWidth: 290,
minHeight: 100,
maximizable: false,

View File

@ -1,7 +1,7 @@
{
"name": "crypto-price-widget",
"productName": "Crypto Price Widget",
"version": "1.1.0",
"version": "1.2.0",
"description": "A cross-platform app for tracking Crypto prices",
"main": "main.js",
"scripts": {