Skip to content

Commit 03ca39b

Browse files
authored
3.1.0 release (#36)
1 parent 67f2d76 commit 03ca39b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Rogomatic was coded to play the following versions, so it should do quite well:
3232
+ Unix Rogue v5.2.1
3333
+ Unix Rogue v5.4.2
3434

35-
Starting in 3.0.5 you can run Rogomatic against the remaining versions. It doesn't have any specific tactics for these versions, so it may get confused by the new features and monsters:
35+
Starting in 3.1.0 you can run Rogomatic against the remaining versions. It doesn't have any specific tactics for these versions, so it may get confused by the new features and monsters:
3636
+ Unix Rogue v5.3
3737
+ PC Rogue v1.1
3838
+ PC Rogue v1.48

src/RogueCollectionQml/RetroRogueCollection/qml/ApplicationSettings.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import QtQuick.Controls 1.0
2424
import "utils.js" as Utils
2525

2626
QtObject{
27-
property string version: "3.0.5"
27+
property string version: "3.1.0"
2828

2929
property Item rogue
3030

src/RogueCollectionQml/RogueCollection/AboutDialog.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Window{
7171
Text{
7272
anchors.horizontalCenter: parent.horizontalCenter
7373
horizontalAlignment: Text.AlignHCenter
74-
text: "Version: 3.0.5\n" +
74+
text: "Version: 3.1.0\n" +
7575
"Author: Mike Kaminski\n" +
7676
"Email: [email protected]\n" +
7777
"Source: https://github.com/mikeyk730/Rogue-Collection\n\n" +

0 commit comments

Comments
 (0)