From 927f5f2136c61e082e0038133f9dbc905b6748f9 Mon Sep 17 00:00:00 2001 From: Giorgos Korfiatis <gkorf@grnet.gr> Date: Wed, 19 Aug 2015 18:03:46 +0300 Subject: [PATCH] Use newest version of nwjs --- get_nwjs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_nwjs.sh b/get_nwjs.sh index f8073f2..b9b4cc9 100755 --- a/get_nwjs.sh +++ b/get_nwjs.sh @@ -14,7 +14,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -VERSION="v0.12.2" +VERSION="v0.12.3" CURPWD=$(pwd) cd "$(dirname "$0")" -- GitLab