Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump version to 0.2.0
  • Loading branch information
nikhilm committed Oct 3, 2011
1 parent 57fb80c commit 8aaa47a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -0,0 +1,5 @@
0.2.0
-----

* Add support for Unicode filenames (Thanks to Jacob Evans <jacob@dekz.net>)
* Add write support (Thanks to Lennart Melzer <me@lmaa.name>)
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -32,4 +32,5 @@ Credits
-------

Original author - Nikhil Marathe <nsm.nikhil@gmail.com>
Write support, coffee-script conversion, package.json - Lennart Melzer (https://github.com/lennart)
Write support, original package.json - Lennart Melzer (https://github.com/lennart)
Utf8 filename support - Jacob Evans (https://github.com/dekz)
4 changes: 2 additions & 2 deletions package.json
@@ -1,13 +1,13 @@
{
"name": "taglib",
"description": "Simple bindings to TagLib",
"version": "0.0.0",
"version": "0.2.0",
"repository": {
"type": "git",
"url": "git://github.com/nikhilm/node-taglib.git"
},
"author": "Nikhil Marathe <nsm.nikhil@gmail.com> (http://kodeclutz.blogspot.com/)",
"contributors": [ "Lennart Melzer (https://github.com/lennart)" ],
"contributors": [ "Lennart Melzer (https://github.com/lennart)", "Jacob Evans <jacob@dekz.net>" ],
"main": "lib/taglib.js",
"directories": {
"lib": "lib"
Expand Down
1 change: 0 additions & 1 deletion wscript
Expand Up @@ -5,7 +5,6 @@ from os.path import exists

srcdir = "."
blddir = "build"
VERSION = "0.0.1"

def set_options(opt):
opt.tool_options("compiler_cxx")
Expand Down

0 comments on commit 8aaa47a

Please sign in to comment.