Skip to content

Commit 58d33ec

Browse files
committed
Bump version patch number -> 0.2.7
1 parent 1f99cab commit 58d33ec

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,9 +307,9 @@ You may also want to
307307
--------------------
308308
309309
* View the [annotated version of the source](http://biril.github.io/mp3-parser/).
310-
* Try out the [load remote](https://github.com/biril/mp3-parser/tree/0.2.6/examples/load-remote),
311-
[read file](https://github.com/biril/mp3-parser/tree/0.2.6/examples/read-file)
312-
& [cmd line parse](https://github.com/biril/mp3-parser/tree/0.2.6/examples/cmd-line-parse) examples.
310+
* Try out the [load remote](https://github.com/biril/mp3-parser/tree/0.2.7/examples/load-remote),
311+
[read file](https://github.com/biril/mp3-parser/tree/0.2.7/examples/read-file)
312+
& [cmd line parse](https://github.com/biril/mp3-parser/tree/0.2.7/examples/cmd-line-parse) examples.
313313
* Take a look at [the project's wiki](https://github.com/biril/mp3-parser/wiki) which contains a
314314
list of currently (un)supported ID3v2 tag frames.
315315

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mp3-parser",
33
"main": "main.js",
4-
"version": "0.2.6",
4+
"version": "0.2.7",
55
"homepage": "https://github.com/biril/mp3-parser",
66
"authors": [
77
"biril <alexlambiris@gmail.com>"

lib/id3v2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// mp3-parser/id3v2 v0.2.6
1+
// mp3-parser/id3v2 v0.2.7
22

33
// https://github.com/biril/mp3-parser
44
// Licensed and freely distributed under the MIT License

lib/lib.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// mp3-parser/lib v0.2.6
1+
// mp3-parser/lib v0.2.7
22

33
// https://github.com/biril/mp3-parser
44
// Licensed and freely distributed under the MIT License

lib/xing.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// mp3-parser/xing v0.2.6
1+
// mp3-parser/xing v0.2.7
22

33
// https://github.com/biril/mp3-parser
44
// Licensed and freely distributed under the MIT License

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// mp3-parser v0.2.6
1+
// mp3-parser v0.2.7
22

33
// https://github.com/biril/mp3-parser
44
// Licensed and freely distributed under the MIT License

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mp3-parser",
3-
"version": "0.2.6",
3+
"version": "0.2.7",
44
"description": "Read mp3 frames & tags",
55
"keywords": [
66
"mp3",

0 commit comments

Comments
 (0)