Skip to content

Commit 8f3bb94

Browse files
committed
Bump the version to 0.2.1
1 parent aea6f10 commit 8f3bb94

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
@@ -136,7 +136,7 @@ void MainWindow::makeMenus()
136136
m_menuHelp->addAction(tr("&About"), this, [=]() {
137137
QString title = tr("About GameCube Pokémon RNG assistant");
138138
QString text =
139-
"Beta version 0.2.0\n\n" +
139+
"Beta version 0.2.1\n\n" +
140140
tr("A program to allow the manipulation of the starters RNG in Pokémon Colosseum and "
141141
"Pokémon XD: Gale of darkness.\n\nThis program is licensed under the MIT license. "
142142
"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.2.0.{build}
1+
version: 0.2.1.{build}
22
image: Visual Studio 2017
33
configuration:
44
- Debug

0 commit comments

Comments
 (0)