Skip to content

Commit 90c7e05

Browse files
committed
Version updated to 0.0.4
1 parent 11319c2 commit 90c7e05

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "microlight",
3-
"version": "0.0.2",
3+
"version": "0.0.4",
44
"homepage": "https://github.com/asvd/microlight",
55
"authors": [
66
"Dmitry Prokashev <[email protected]>"

microlight.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @fileoverview microlight - syntax highlightning library
3-
* @version 0.0.2
3+
* @version 0.0.4
44
*
55
* @license MIT, see http://github.com/asvd/microlight
66
* @copyright 2016 asvd <[email protected]>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Dmitry Prokashev <[email protected]>",
33
"name": "microlight",
44
"description": "highlights code in any language",
5-
"version": "0.0.2",
5+
"version": "0.0.4",
66
"keywords": [
77
"syntax",
88
"highlight",

0 commit comments

Comments
 (0)