Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
flack committed Sep 12, 2017
1 parent 3ce342d commit 785a958
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

function mgd_version()
{
return '1.0.2+git';
return '1.1.0';
}

function mgd_is_guid($input)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
"dev-master": "1.1.x-dev"
}
}
}

0 comments on commit 785a958

Please sign in to comment.