diff --git a/Source/GUI/MainWindow.cpp b/Source/GUI/MainWindow.cpp index b634d8b..9b90523 100755 --- a/Source/GUI/MainWindow.cpp +++ b/Source/GUI/MainWindow.cpp @@ -96,7 +96,7 @@ void MainWindow::makeMenus() m_menuHelp->addAction(tr("&About"), this, [=]() { QString title = tr("About GameCube Pokémon RNG assistant"); QString text = - "Beta version 0.1.0\n\n" + + "Beta version 0.1.1\n\n" + tr("A program to allow the manipulation of the starters RNG in Pokémon Colosseum and " "Pokémon XD: Gale of darkness.\n\nThis program is licensed under the MIT license. " "You should have received a copy of the MIT license along with this program"); diff --git a/appveyor.yml b/appveyor.yml index 4385ec8..6bafae3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 0.1.0.{build} +version: 0.1.1.{build} image: Visual Studio 2017 configuration: - Debug