File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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>"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments