From 21916efcd77b3bdf503b6abe22196cf656eefa2a Mon Sep 17 00:00:00 2001 From: Caridy Patino Date: Wed, 11 Jun 2014 19:10:00 -0400 Subject: [PATCH] bumping version 0.5.0 for PR #131, #128, #115 and #120 --- conf/docs/project.json | 2 +- output/index.html | 6 +++--- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/conf/docs/project.json b/conf/docs/project.json index 1071193..5250b78 100644 --- a/conf/docs/project.json +++ b/conf/docs/project.json @@ -1,5 +1,5 @@ { "projectName": "shifter - blazingly fast yui builder", - "version": "0.4.5", + "version": "0.5.0", "yuiSeedUrl": "http://yui.yahooapis.com/3.6.0/build/yui/yui.js" } \ No newline at end of file diff --git a/output/index.html b/output/index.html index 157f41d..cbce967 100644 --- a/output/index.html +++ b/output/index.html @@ -23,7 +23,7 @@

shifter - blazingly fast
-

welcome to shifter 0.4.5!

+

welcome to shifter 0.5.0!

@@ -51,7 +51,7 @@

command line arguments

$ shifter -h
 
-blazingly fast builds with shifter@0.4.5
+blazingly fast builds with shifter@0.5.0
 
 pass no arguments and shifter will build the module from the current directory
 
@@ -536,7 +536,7 @@ 

Table of Contents

  • -welcome to shifter 0.4.5! +welcome to shifter 0.5.0!
  • what is shifter? diff --git a/package.json b/package.json index 6b6b510..48f6657 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.4.6", + "version": "0.5.0", "dependencies": { "progress": "~0.1.0", "ansi-color": "*",