Skip to content

Commit

Permalink
Bump version patch number -> 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
biril committed Mar 28, 2016
1 parent 1f99cab commit 58d33ec
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,9 +307,9 @@ You may also want to
--------------------
* View the [annotated version of the source](http://biril.github.io/mp3-parser/).
* Try out the [load remote](https://github.com/biril/mp3-parser/tree/0.2.6/examples/load-remote),
[read file](https://github.com/biril/mp3-parser/tree/0.2.6/examples/read-file)
& [cmd line parse](https://github.com/biril/mp3-parser/tree/0.2.6/examples/cmd-line-parse) examples.
* Try out the [load remote](https://github.com/biril/mp3-parser/tree/0.2.7/examples/load-remote),
[read file](https://github.com/biril/mp3-parser/tree/0.2.7/examples/read-file)
& [cmd line parse](https://github.com/biril/mp3-parser/tree/0.2.7/examples/cmd-line-parse) examples.
* Take a look at [the project's wiki](https://github.com/biril/mp3-parser/wiki) which contains a
list of currently (un)supported ID3v2 tag frames.

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": "mp3-parser",
"main": "main.js",
"version": "0.2.6",
"version": "0.2.7",
"homepage": "https://github.com/biril/mp3-parser",
"authors": [
"biril <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion lib/id3v2.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// mp3-parser/id3v2 v0.2.6
// mp3-parser/id3v2 v0.2.7

// https://github.com/biril/mp3-parser
// Licensed and freely distributed under the MIT License
Expand Down
2 changes: 1 addition & 1 deletion lib/lib.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// mp3-parser/lib v0.2.6
// mp3-parser/lib v0.2.7

// https://github.com/biril/mp3-parser
// Licensed and freely distributed under the MIT License
Expand Down
2 changes: 1 addition & 1 deletion lib/xing.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// mp3-parser/xing v0.2.6
// mp3-parser/xing v0.2.7

// https://github.com/biril/mp3-parser
// Licensed and freely distributed under the MIT License
Expand Down
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// mp3-parser v0.2.6
// mp3-parser v0.2.7

// https://github.com/biril/mp3-parser
// Licensed and freely distributed under the MIT License
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mp3-parser",
"version": "0.2.6",
"version": "0.2.7",
"description": "Read mp3 frames & tags",
"keywords": [
"mp3",
Expand Down

0 comments on commit 58d33ec

Please sign in to comment.