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