diff --git a/bower.json b/bower.json index f01a239..c40b7ac 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "microlight", - "version": "0.0.1", + "version": "0.0.2", "homepage": "https://github.com/asvd/microlight", "authors": [ "Dmitry Prokashev " diff --git a/microlight.js b/microlight.js index 400e003..5b034ee 100644 --- a/microlight.js +++ b/microlight.js @@ -1,6 +1,6 @@ /** * @fileoverview microlight - syntax highlightning library - * @version 0.0.1 + * @version 0.0.2 * * @license MIT, see http://github.com/asvd/microlight * @copyright 2016 asvd diff --git a/package.json b/package.json index 871a265..cf645a1 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Dmitry Prokashev ", "name": "microlight", "description": "highlights code in any language", - "version": "0.0.1", + "version": "0.0.2", "keywords": [ "syntax", "highlight",