From d1de082b26fb3d9958ed0b6cb7989356dca86819 Mon Sep 17 00:00:00 2001 From: Dav Glass Date: Tue, 11 Dec 2012 11:58:19 -0600 Subject: [PATCH] Version Bump --- conf/docs/project.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/docs/project.json b/conf/docs/project.json index 599b57d..55d5f73 100644 --- a/conf/docs/project.json +++ b/conf/docs/project.json @@ -1,5 +1,5 @@ { "projectName": "shifter - blazingly fast yui builder", - "version": "0.2.11", + "version": "0.2.12", "yuiSeedUrl": "http://yui.yahooapis.com/3.6.0/build/yui/yui.js" } \ No newline at end of file diff --git a/package.json b/package.json index 42f48e8..13626d2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "shifter", "description": "New YUI build tool based on Gearjs, so let's shift some gears", "author": "Dav Glass ", - "version": "0.2.11", + "version": "0.2.12", "dependencies": { "progress": "~0.1.0", "ansi-color": "*",