We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aea6f10 commit 8f3bb94Copy full SHA for 8f3bb94
Source/GUI/MainWindow.cpp
@@ -136,7 +136,7 @@ void MainWindow::makeMenus()
136
m_menuHelp->addAction(tr("&About"), this, [=]() {
137
QString title = tr("About GameCube Pokémon RNG assistant");
138
QString text =
139
- "Beta version 0.2.0\n\n" +
+ "Beta version 0.2.1\n\n" +
140
tr("A program to allow the manipulation of the starters RNG in Pokémon Colosseum and "
141
"Pokémon XD: Gale of darkness.\n\nThis program is licensed under the MIT license. "
142
"You should have received a copy of the MIT license along with this program");
appveyor.yml
@@ -1,4 +1,4 @@
1
-version: 0.2.0.{build}
+version: 0.2.1.{build}
2
image: Visual Studio 2017
3
configuration:
4
- Debug
0 commit comments