Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoTheThird committed Jun 6, 2018
1 parent 0ee023c commit 353ba91
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion manifest.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"desktop": "8192.neothethird.desktop"
}
},
"version": "0.4",
"version": "0.6",
"maintainer": "Jan Sprinz <[email protected]>",
"framework" : "ubuntu-sdk-15.04.6"
}
19 changes: 10 additions & 9 deletions po/8192.neothethird.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 8192.neothethird\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-08-11 21:42+0000\n"
"POT-Creation-Date: 2018-06-06 08:12+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand All @@ -17,16 +17,13 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#: ../qml/modules/Footer.qml:60 ../qml/modules/PopupController.qml:41
#: ../qml/modules/PopupController.qml:41
#: ../qml/modules/PopupController.qml:118
#: ../qml/modules/PopupController.qml:140 ../qml/Main.qml:108
#: ../qml/modules/PopupController.qml:140 ../qml/modules/Footer.qml:60
#: ../qml/Main.qml:99
msgid "Restart"
msgstr ""

#: ../qml/modules/Footer.qml:78 ../qml/Main.qml:104
msgid "About"
msgstr ""

#: ../qml/modules/PopupController.qml:42
msgid "Are you sure you want to restart the game?"
msgstr ""
Expand Down Expand Up @@ -87,6 +84,10 @@ msgstr ""
msgid "Quit"
msgstr ""

#: ../qml/modules/Footer.qml:78 ../qml/Main.qml:95
msgid "About"
msgstr ""

#: ../qml/modules/Header.qml:74
msgid "YOUR SCORE"
msgstr ""
Expand All @@ -95,11 +96,11 @@ msgstr ""
msgid "HIGHSCORE"
msgstr ""

#: ../qml/Main.qml:35 ../qml/Main.qml:94
#: ../qml/Main.qml:35 ../qml/Main.qml:85
msgid "Welcome to 8192"
msgstr ""

#: ../qml/Main.qml:113
#: ../qml/Main.qml:104
msgid "Undo"
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion qml/Main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Window {
anchorToKeyboard: true
anchors.fill: parent

property string version: "0.4"
property string version: "0.6"
property bool activeState: Qt.application.active
property bool firstStart: true

Expand Down

0 comments on commit 353ba91

Please sign in to comment.