From 316a29fec4aeacc429984473e51cb50d8c2134b5 Mon Sep 17 00:00:00 2001 From: pseudom Date: Fri, 23 May 2014 16:24:21 +0200 Subject: [PATCH] Version 1.7.0 --- misc/deb/DEBIAN/control | 2 +- misc/windows/ezPAARSE-MUI.nsi | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/misc/deb/DEBIAN/control b/misc/deb/DEBIAN/control index 700b6b10d..9dad32f79 100644 --- a/misc/deb/DEBIAN/control +++ b/misc/deb/DEBIAN/control @@ -1,5 +1,5 @@ Package: ezpaarse -Version: 1.6.2 +Version: 1.7.0 Section: custom Priority: optional Architecture: all diff --git a/misc/windows/ezPAARSE-MUI.nsi b/misc/windows/ezPAARSE-MUI.nsi index 817f3c68f..f9bca43ab 100755 --- a/misc/windows/ezPAARSE-MUI.nsi +++ b/misc/windows/ezPAARSE-MUI.nsi @@ -63,7 +63,7 @@ LicenseLangString license ${LANG_ENGLISH} "License-CeCILL-V2-en.txt" ;General !define APP_NAME "ezPAARSE" -!define APP_VERSION "1.6.2" +!define APP_VERSION "1.7.0" !define APP_INST "" diff --git a/package.json b/package.json index e05e05efd..afd1cd3a3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ezPAARSE", "main": "app.js", - "version": "1.6.2", + "version": "1.7.0", "private": true, "repository": { "type": "git",