diff --git a/README.md b/README.md index adb73d6..309b64f 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ so update `{version}` in: then: ``` bash -$ git add package.json bower.json +$ git -am "release v{version}" $ git tag -a v{version} -m "release v{version}" $ git push --tags ``` diff --git a/bower.json b/bower.json index 0b35c99..174c7f4 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "meatyjs", "description": "Parse and stringify media types.", - "version": "0.0.0", + "version": "0.1.0", "homepage": "https://github.com/mayfieldrobotics/meatyjs", "author": { "name": "Mayfield Robotics", diff --git a/package.json b/package.json index ca60af3..1c87b54 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "meatyjs", "description": "Simple media type parsing and formatting.", - "version": "0.0.0", + "version": "0.1.0", "homepage": "https://github.com/mayfieldrobotics/meatyjs", "author": { "name": "Mayfield Robotics",