Skip to content

Commit d7246ca

Browse files
committed
Bump the version to 0.2.0
1 parent 2ea54c5 commit d7246ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Source/GUI/MainWindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ void MainWindow::makeMenus()
126126
m_menuHelp->addAction(tr("&About"), this, [=]() {
127127
QString title = tr("About GameCube Pokémon RNG assistant");
128128
QString text =
129-
"Beta version 0.1.1\n\n" +
129+
"Beta version 0.2.0\n\n" +
130130
tr("A program to allow the manipulation of the starters RNG in Pokémon Colosseum and "
131131
"Pokémon XD: Gale of darkness.\n\nThis program is licensed under the MIT license. "
132132
"You should have received a copy of the MIT license along with this program");

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.1.1.{build}
1+
version: 0.2.0.{build}
22
image: Visual Studio 2017
33
configuration:
44
- Debug

0 commit comments

Comments
 (0)