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 2da7965c99
commit 1aeca12d04
2 changed files with 2 additions and 2 deletions

View File

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

View File

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