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": "*",