Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

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

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); })

property string prefix: "/usr/local"
Expand Down

0 comments on commit 913583b

Please sign in to comment.