Skip to content

Commit 339484f

Browse files
committed
Bump the version to 0.1.1
1 parent 2eea3bb commit 339484f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Source/GUI/MainWindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ void MainWindow::makeMenus()
9696
m_menuHelp->addAction(tr("&About"), this, [=]() {
9797
QString title = tr("About GameCube Pokémon RNG assistant");
9898
QString text =
99-
"Beta version 0.1.0\n\n" +
99+
"Beta version 0.1.1\n\n" +
100100
tr("A program to allow the manipulation of the starters RNG in Pokémon Colosseum and "
101101
"Pokémon XD: Gale of darkness.\n\nThis program is licensed under the MIT license. "
102102
"You should have received a copy of the MIT license along with this program");

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.1.0.{build}
1+
version: 0.1.1.{build}
22
image: Visual Studio 2017
33
configuration:
44
- Debug

0 commit comments

Comments
 (0)