Skip to content

Commit

Permalink
Bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edipo2s committed Jul 18, 2019
1 parent f47aaef commit 984d770
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LotusTracker.pro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TARGET = LotusTracker
TEMPLATE = app
VERSION = 1.3.1
VERSION = 1.4.0

CONFIG += c++11

Expand Down
4 changes: 2 additions & 2 deletions dist/win/LotusTracker.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
;General

;Name and file
Name "Lotus Tracker 1.3.1"
OutFile "Lotus Tracker 1.3.1.exe"
Name "Lotus Tracker 1.4.0"
OutFile "Lotus Tracker 1.4.0.exe"

;Default installation folder
InstallDir "$PROGRAMFILES\Lotus Tracker"
Expand Down

0 comments on commit 984d770

Please sign in to comment.