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