Skip to content

Commit

Permalink
Bump the version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aldelaro5 committed Aug 4, 2018
1 parent aea6f10 commit 8f3bb94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/GUI/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.2.0.{build}
version: 0.2.1.{build}
image: Visual Studio 2017
configuration:
- Debug
Expand Down

0 comments on commit 8f3bb94

Please sign in to comment.