Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eight04 committed Jan 16, 2017
1 parent 3d85ef1 commit f7c7ac9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sync-version",
"version": "0.2.0",
"version": "1.0.0",
"description": "Update version number with package.json",
"keywords": [
"build tool"
Expand Down
2 changes: 1 addition & 1 deletion sync-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Options:
path = require("path"),
pkg = getPackage(),

args = docopt.docopt(doc, {version: "0.2.0"}),
args = docopt.docopt(doc, {version: "1.0.0"}),

res = [
/\bversion["']?:\s*["']?([^\s'"]+)/,
Expand Down

0 comments on commit f7c7ac9

Please sign in to comment.