Skip to content

Commit

Permalink
Version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudom committed Apr 10, 2015
1 parent d9e0432 commit d3c2435
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions bin/buildexe
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ mkdir $TMP_DIR/$EZPAARSE_NAME/excel
mkdir $TMP_DIR/$EZPAARSE_NAME/libreoffice
cp $EZPAARSE_PATH/misc/windows/ezPAARSE-Render.xltm $TMP_DIR/$EZPAARSE_NAME/excel/.
cp $EZPAARSE_PATH/misc/windows/ezPAARSE-Render.ots $TMP_DIR/$EZPAARSE_NAME/libreoffice/.

makensis ezPAARSE-MUI.nsi

INSTALLER="`ls *-Setup.exe`"
Expand Down
2 changes: 1 addition & 1 deletion misc/deb/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: ezpaarse
Version: 2.2.0
Version: 2.3.0
Section: custom
Priority: optional
Architecture: all
Expand Down
2 changes: 1 addition & 1 deletion misc/windows/ezPAARSE-MUI.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ LicenseLangString license ${LANG_ENGLISH} "License-CeCILL-V2-en.txt"
;General

!define APP_NAME "ezPAARSE"
!define APP_VERSION "2.2.0"
!define APP_VERSION "2.3.0"
!define APP_INST ""


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ezPAARSE",
"main": "app.js",
"version": "2.2.0",
"version": "2.3.0",
"private": true,
"repository": {
"type": "git",
Expand Down

0 comments on commit d3c2435

Please sign in to comment.