From 98974e244ff06aa64aef425614b705593a6220e6 Mon Sep 17 00:00:00 2001 From: Paul Young Date: Fri, 2 Jan 2015 16:59:45 -0800 Subject: [PATCH] Update version number. --- component.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"