Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plfiorini committed Aug 18, 2017
1 parent 5d0516c commit 687d217
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.0.0"
readonly property string version: "1.1.0"
readonly property var versionParts: version.split('.').map(function(part) { return parseInt(part); })

property bool autotestEnabled: false
Expand Down

0 comments on commit 687d217

Please sign in to comment.