From 20e5e9ef2880d3134ec648d607b8fc3dfd823219 Mon Sep 17 00:00:00 2001 From: Caridy Patino Date: Tue, 11 Mar 2014 19:20:39 -0400 Subject: [PATCH] bumping versions and docs for 0.4.5 for PR #119 --- 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 13c2fab..1071193 100644 --- a/conf/docs/project.json +++ b/conf/docs/project.json @@ -1,5 +1,5 @@ { "projectName": "shifter - blazingly fast yui builder", - "version": "0.4.4", + "version": "0.4.5", "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 f4efdf1..4aea893 100644 --- a/output/index.html +++ b/output/index.html @@ -23,7 +23,7 @@

shifter - blazingly fast
-

welcome to shifter 0.4.4!

+

welcome to shifter 0.4.5!

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

command line arguments

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

Table of Contents

  • -welcome to shifter 0.4.4! +welcome to shifter 0.4.5!
  • what is shifter? diff --git a/package.json b/package.json index b8cfe7c..c93122a 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.4", + "version": "0.4.5", "dependencies": { "progress": "~0.1.0", "ansi-color": "*",