Skip to content

Commit c4c3c8b

Browse files
committed
Bump Version Number
1 parent 88826a3 commit c4c3c8b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

OpenRCT2Launcher.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ QT += core gui widgets network
99
TARGET = OpenRCT2
1010
TEMPLATE = app
1111

12-
VERSION = 0.0.5
12+
VERSION = 0.0.6
1313

1414

1515
SOURCES += main.cpp\

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.0.5#{build}
1+
version: 0.0.6#{build}
22
image: Visual Studio 2015
33
environment:
44
matrix:

installer.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "OpenRCT2 Launcher"
5-
#define MyAppVersion "0.0.5"
5+
#define MyAppVersion "0.0.6"
66
#define MyAppPublisher "OpenRCT2"
77
#define MyAppURL "http://www.github.com/LRFLEW/OpenRCT2Launcher"
88
#define MyAppExeName "OpenRCT2.exe"

0 commit comments

Comments
 (0)