From 1aeca12d04825c7e72258e78ed850badce18e762 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Wed, 21 Nov 2018 15:50:52 +0100 Subject: [PATCH] assets/release.sh, package.json: bump to v1.0.1. --- assets/release.sh | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/release.sh b/assets/release.sh index 04c5c4b..0c18aef 100755 --- a/assets/release.sh +++ b/assets/release.sh @@ -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"; diff --git a/package.json b/package.json index 8fdfa0d..7ecf967 100644 --- a/package.json +++ b/package.json @@ -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,