Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Hammerl committed Apr 16, 2014
1 parent 8c7afe5 commit 5083c6e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,13 @@ This is supposed to be a "low level" mime parsing module. No magic is performed

## Installation

### [volo](http://volojs.org/):

volo add whiteout-io/mimeparser/v0.1.0

### [Bower](http://bower.io/):

bower install git@github.com:whiteout-io/mimeparser.git#v0.1.0
bower install git@github.com:whiteout-io/mimeparser.git#v0.3.0

### [npm](https://www.npmjs.org/):

npm install https://github.com/whiteout-io/mimeparser/tarball/v0.1.0
npm install https://github.com/whiteout-io/mimeparser/tarball/v0.3.0

## Dependencies

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": "mimeparser",
"main": "src/mimeparser.js",
"version": "0.1.0",
"version": "0.3.0",
"homepage": "https://github.com/whiteout-io/mimeparser",
"authors": ["Andris Reinman <andris@kreata.ee>"],
"description": "Parse a mime tree, no magic included.",
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mimeparser",
"version": "0.1.0",
"version": "0.3.0",
"homepage": "https://github.com/whiteout-io/mimeparser",
"description": "Parse a mime tree, no magic included.",
"author": "Andris Reinman <andris@kreata.ee>",
Expand Down Expand Up @@ -32,6 +32,5 @@
"arraybuffer-slice": "0.0.2",
"grunt-mocha-test": "~0.10.0",
"amdefine": "~0.1.0"
},
"volo": {}
}
}

0 comments on commit 5083c6e

Please sign in to comment.