From 8f3bb94c534f572aeb338e877ab4b1ad11f8c09c Mon Sep 17 00:00:00 2001 From: aldelaro5 Date: Sat, 4 Aug 2018 14:22:31 -0400 Subject: [PATCH] Bump the version to 0.2.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 d9f3a14..e54fe01 100755 --- a/Source/GUI/MainWindow.cpp +++ b/Source/GUI/MainWindow.cpp @@ -136,7 +136,7 @@ void MainWindow::makeMenus() m_menuHelp->addAction(tr("&About"), this, [=]() { QString title = tr("About GameCube Pokémon RNG assistant"); QString text = - "Beta version 0.2.0\n\n" + + "Beta version 0.2.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 f4d35f4..79561a5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 0.2.0.{build} +version: 0.2.1.{build} image: Visual Studio 2017 configuration: - Debug