Skip to content

Commit 67949e0

Browse files
committed
Bump version patch number -> 0.2.6
1 parent 2a23070 commit 67949e0

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

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.5",
4+
"version": "0.2.6",
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.5
1+
// mp3-parser/id3v2 v0.2.6
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.5
1+
// mp3-parser/lib v0.2.6
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.5
1+
// mp3-parser/xing v0.2.6
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.5
1+
// mp3-parser v0.2.6
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.5",
3+
"version": "0.2.6",
44
"author": "biril <alexlambiris@gmail.com>",
55
"description": "Read mp3 frames & tags",
66
"contributors": [],

0 commit comments

Comments
 (0)