From 339484f50b646a9a5c859db3da55aab0e48cc8af Mon Sep 17 00:00:00 2001 From: aldelaro5 Date: Sat, 30 Jun 2018 20:17:42 -0400 Subject: [PATCH] Bump the version to 0.1.1 --- Source/GUI/MainWindow.cpp | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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