Skip to content

Commit

Permalink
release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aisch committed Mar 5, 2015
1 parent 2e8b13e commit 6eb9970
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 6eb9970

Please sign in to comment.