assets/release.sh, package.json: bump to v1.0.1.

This commit is contained in:
Lucio Andrés Illanes Albornoz 2018-11-21 15:50:52 +01:00
parent 0cc52708df
commit 27399ee6f6
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
#
PACKAGE_NAME="asciiblaster";
PACKAGE_VERSION="1.0.0";
PACKAGE_VERSION="1.0.1";
RELEASE_DEPS="cpio find gunzip rm tar unzip wget zip";
NWJS_PLATFORMS="linux-ia32 linux-x64 win-ia32 win-x64";
NWJS_VERSION="0.34.5";

View File

@ -18,7 +18,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.0",
"version": "1.0.1",
"window": {
"title": "asciiblaster (standalone NW app)",
"toolbar": true,