Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plfiorini committed Apr 11, 2018
1 parent 9fb2543 commit 4572553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtgsettings.qbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import qbs 1.0
Project {
name: "QtGSettings"

readonly property string version: "1.1.0"
readonly property string version: "1.2.0"
readonly property var versionParts: version.split('.').map(function(part) { return parseInt(part); })

readonly property string minimumQtVersion: "5.8.0"
Expand Down

0 comments on commit 4572553

Please sign in to comment.