diff --git a/History.md b/History.md index e8d905b..ad2a5d8 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,9 @@ +0.2.2 / 2011-09-13 +================== + + * Fixed: compile discount with -fPIC [visnup] + 0.2.1 / 2011-09-13 ================== diff --git a/package.json b/package.json index 351d45b..b3d418d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ , "description": "C markdown implementation using discount" , "tags": ["markdown", "md", "parser", "native"] , "author" : "TJ Holowaychuk " -, "version": "0.2.1" +, "version": "0.2.2" , "lib": "./build/default" , "main": "./build/default/markdown" , "scripts": { "preinstall": "node-waf configure build" }