diff --git a/bower.json b/bower.json index 0eb203c9..ab85bb66 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "to-markdown", - "version": "0.0.2", + "version": "0.0.3", "homepage": "https://github.com/domchristie/to-markdown", "authors": [ "Dom Christie " diff --git a/package.json b/package.json index 6734c4b9..f91ab324 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "keywords": "markdown", "author": "Dom Christie", "main": "src/to-markdown.js", - "version": "0.0.2", + "version": "0.0.3", "dependencies": { "he": ">=0.4.1" },