diff --git a/component.json b/component.json index 8bec291..c65c89a 100644 --- a/component.json +++ b/component.json @@ -1,7 +1,7 @@ { "name": "vgl-compiler", "description": "Visual Grid Language compiler", - "version": "0.0.5", + "version": "0.0.6", "scripts": [ "lib/compiler.js", "lib/parser.js" diff --git a/package.json b/package.json index 3aa518d..9f62310 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vgl-compiler", "description": "Visual Grid Language compiler", - "version": "0.0.5", + "version": "0.0.6", "repository": { "type": "git", "url": "git://github.com/gss/vgl-compiler.git"