diff --git a/misc/deb/DEBIAN/control b/misc/deb/DEBIAN/control index 7a38f2b84..e1382e47f 100644 --- a/misc/deb/DEBIAN/control +++ b/misc/deb/DEBIAN/control @@ -1,5 +1,5 @@ Package: ezpaarse -Version: 2.3.0 +Version: 2.4.0 Section: custom Priority: optional Architecture: all diff --git a/misc/windows/ezPAARSE-MUI.nsi b/misc/windows/ezPAARSE-MUI.nsi index 5f823267f..026a0d9c4 100755 --- a/misc/windows/ezPAARSE-MUI.nsi +++ b/misc/windows/ezPAARSE-MUI.nsi @@ -68,7 +68,7 @@ LicenseLangString license ${LANG_ENGLISH} "License-CeCILL-V2-en.txt" ;General !define APP_NAME "ezPAARSE" -!define APP_VERSION "2.3.0" +!define APP_VERSION "2.4.0" !define APP_INST "" diff --git a/package.json b/package.json index 579840afd..c22313359 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ezPAARSE", "main": "app.js", - "version": "2.3.0", + "version": "2.4.0", "private": true, "repository": { "type": "git",