Skip to content

Commit

Permalink
Bump the version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aldelaro5 committed Feb 12, 2019
1 parent a718bab commit 01f5f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/GUI/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ void MainWindow::makeMenus()
m_menuHelp->addAction(tr("&About"), this, [=]() {
QString title = tr("About GameCube Pokémon RNG assistant");
QString text =
"Version 1.0\n\n" +
"Version 1.0.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

0 comments on commit 01f5f67

Please sign in to comment.