diff --git a/README.md b/README.md index 9359afb..5d9f5b3 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/bower.json b/bower.json index 5c8b5a3..d0e7729 100644 --- a/bower.json +++ b/bower.json @@ -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 " diff --git a/lib/id3v2.js b/lib/id3v2.js index 32aa93d..36eeca4 100644 --- a/lib/id3v2.js +++ b/lib/id3v2.js @@ -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 diff --git a/lib/lib.js b/lib/lib.js index 392f0c4..bc0eb5a 100644 --- a/lib/lib.js +++ b/lib/lib.js @@ -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 diff --git a/lib/xing.js b/lib/xing.js index 73ae33e..90e418f 100644 --- a/lib/xing.js +++ b/lib/xing.js @@ -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 diff --git a/main.js b/main.js index 3a7dc60..e3784ed 100644 --- a/main.js +++ b/main.js @@ -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 diff --git a/package.json b/package.json index 12d6eea..727371c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mp3-parser", - "version": "0.2.6", + "version": "0.2.7", "description": "Read mp3 frames & tags", "keywords": [ "mp3",