From 1b6e54d6653cd6872e0187ac30f96a01860a9054 Mon Sep 17 00:00:00 2001 From: Paul Young Date: Fri, 2 Jan 2015 18:16:29 -0800 Subject: [PATCH] Drop beta tag from version number. --- component.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/component.json b/component.json index 485cb7b..2c2155c 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-beta", + "version": "1.1.2", "json": [ "component.json" ], diff --git a/package.json b/package.json index 6d3ca47..a2ca02b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ccss-compiler", "description": "Constraint Cascading Style Sheets compiler", - "version": "1.1.2-beta", + "version": "1.1.2", "repository": { "type": "git", "url": "git://github.com/gss/ccss-compiler.git"