Skip to content

Commit

Permalink
Bumped to v0.1.2. Updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
leetreveil committed May 15, 2011
1 parent 7e49ba0 commit bc4de00
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@ if (err) throw err;

## Changelog

### v0.1.2

Fixed id3v1.1 implementation
Implemented multiple artwork support (id4)
Added flac support

[Commits](https://github.com/leetreveil/node-musicmetadata/compare/0.1.0...0.1.2)

### v0.1.1

* Better utf-16 handling
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "musicmetadata",
"description": "Music metadata library for node, using pure Javascript.",
"version": "0.1.1",
"version": "0.1.2",
"author": "Lee Treveil",
"dependencies": {
"strtok": "*",
Expand Down

0 comments on commit bc4de00

Please sign in to comment.