diff --git a/README.md b/README.md
index acf2eb7a..c1a5ce74 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@ For Linkedin Dustjs
To render compiled templates in the browser:
-
+
To compile a template on the command line, use the dustc command.
Its syntax is:
diff --git a/dist/dust-core-0.4.0.js b/dist/dust-core-0.6.0.js
similarity index 99%
rename from dist/dust-core-0.4.0.js
rename to dist/dust-core-0.6.0.js
index 012b7b1c..dec1ebaf 100644
--- a/dist/dust-core-0.4.0.js
+++ b/dist/dust-core-0.6.0.js
@@ -1,5 +1,5 @@
//
-// Dust - Asynchronous Templating v0.4.0
+// Dust - Asynchronous Templating v0.6.0
// http://akdubya.github.com/dustjs
//
// Copyright (c) 2010, Aleksander Williams
diff --git a/dist/dust-full-0.4.0.js b/dist/dust-full-0.6.0.js
similarity index 99%
rename from dist/dust-full-0.4.0.js
rename to dist/dust-full-0.6.0.js
index c24231b8..94c7f0ba 100644
--- a/dist/dust-full-0.4.0.js
+++ b/dist/dust-full-0.6.0.js
@@ -1,5 +1,5 @@
//
-// Dust - Asynchronous Templating v0.4.0
+// Dust - Asynchronous Templating v0.6.0
// http://akdubya.github.com/dustjs
//
// Copyright (c) 2010, Aleksander Williams
diff --git a/package.json b/package.json
index cb229186..6c65f76c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "dustjs-linkedin",
- "version": "0.4.0",
+ "version": "0.6.0",
"author": "Aleksander Williams",
"description": "Asynchronous templates for the browser and node.js",
"contributors": [