Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plfiorini committed May 28, 2017
1 parent e0ebda6 commit 5b03026
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qtaccountsservice.qbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import qbs 1.0
Project {
name: "QtAccountsService"

readonly property string version: "0.7.0"
readonly property string version: "1.0.0"

property bool withExamples: false

Expand Down
2 changes: 1 addition & 1 deletion src/accountsservice/accountsservice.qbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LiriModule {
name: "Qt5AccountsService"

targetName: "Qt5AccountsService"
version: "0.0.0"
version: "1.0.0"

Depends { name: "Qt"; submodules: ["core", "dbus", "gui"] }

Expand Down

0 comments on commit 5b03026

Please sign in to comment.