From 90bcec23f03af53d4a2b36c09008c339c5953ebf Mon Sep 17 00:00:00 2001 From: Paul Young Date: Mon, 26 Jan 2015 11:36:24 -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 2c2155c..a77404b 100644 --- a/component.json +++ b/component.json @@ -3,7 +3,7 @@ "description": "Constraint Cascading Style Sheets compiler", "author": "Dan Tocchini ", "repo": "gss/ccss-compiler", - "version": "1.1.2", + "version": "1.1.3", "json": [ "component.json" ], diff --git a/package.json b/package.json index a2ca02b..53959ed 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ccss-compiler", "description": "Constraint Cascading Style Sheets compiler", - "version": "1.1.2", + "version": "1.1.3", "repository": { "type": "git", "url": "git://github.com/gss/ccss-compiler.git"