Skip to content

Commit

Permalink
Bump version to 1.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
edipo2s committed Sep 8, 2018
1 parent 5a24672 commit ff2d82f
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 4 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.0rc1
VERSION = 1.0rc2

CONFIG+=c++11

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This source code already builds a Windows and Mac OS version of Lotus Tracker.
* Multiplatform (Windows and Mac OS)
* Show player deck and mark drawed cards
* Show opponent drawed cards
* Show opponent's deck archetype (Based on cards played)
* Hover to see full card
* Player draw statistics
* Player deck winrate
Expand All @@ -22,7 +23,7 @@ This source code already builds a Windows and Mac OS version of Lotus Tracker.
## Build Instructions

* Install QT Creator
* Rename ``apikeys_sample.h`` to ``apikeys.h`` with credentials
* Rename ``server_sample.h`` to ``server.h``
* Setup Sparkle (_Auto update framework_)
* Open project (_LotusTracker.pro_)
* Run
Expand Down
4 changes: 2 additions & 2 deletions dist/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.0rc1"
OutFile "Lotus Tracker 1.0rc1.exe"
Name "Lotus Tracker 1.0rc2"
OutFile "Lotus Tracker 1.0rc2.exe"

;Default installation folder
InstallDir "$PROGRAMFILES\Lotus Tracker"
Expand Down
Binary file modified extras/LotusTracker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified extras/LotusTracker2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extras/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ff2d82f

Please sign in to comment.