From 67949e06519922beb5aff296e9db8d03c51c1a99 Mon Sep 17 00:00:00 2001 From: biril Date: Wed, 16 Mar 2016 22:12:23 +0000 Subject: [PATCH] Bump version patch number -> 0.2.6 --- bower.json | 2 +- lib/id3v2.js | 2 +- lib/lib.js | 2 +- lib/xing.js | 2 +- main.js | 2 +- package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bower.json b/bower.json index 682adcf..85f5a3b 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "mp3-parser", "main": "main.js", - "version": "0.2.5", + "version": "0.2.6", "homepage": "https://github.com/biril/mp3-parser", "authors": [ "biril " diff --git a/lib/id3v2.js b/lib/id3v2.js index 933f52c..dcfa835 100644 --- a/lib/id3v2.js +++ b/lib/id3v2.js @@ -1,4 +1,4 @@ -// mp3-parser/id3v2 v0.2.5 +// mp3-parser/id3v2 v0.2.6 // 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 fb0d1b3..ab7d16a 100644 --- a/lib/lib.js +++ b/lib/lib.js @@ -1,4 +1,4 @@ -// mp3-parser/lib v0.2.5 +// mp3-parser/lib v0.2.6 // 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 64a9691..3bd795a 100644 --- a/lib/xing.js +++ b/lib/xing.js @@ -1,4 +1,4 @@ -// mp3-parser/xing v0.2.5 +// mp3-parser/xing v0.2.6 // https://github.com/biril/mp3-parser // Licensed and freely distributed under the MIT License diff --git a/main.js b/main.js index 7728b3d..8ca3322 100644 --- a/main.js +++ b/main.js @@ -1,4 +1,4 @@ -// mp3-parser v0.2.5 +// mp3-parser v0.2.6 // https://github.com/biril/mp3-parser // Licensed and freely distributed under the MIT License diff --git a/package.json b/package.json index f7d4d1b..4a88880 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mp3-parser", - "version": "0.2.5", + "version": "0.2.6", "author": "biril ", "description": "Read mp3 frames & tags", "contributors": [],