From 2540ce90e8d7c7c87aa9da493e7c5027cfeff117 Mon Sep 17 00:00:00 2001 From: akdubya Date: Mon, 29 Nov 2010 16:50:42 -0500 Subject: [PATCH] bump target version --- README.md | 2 +- benchmark/index.html | 2 +- docs/api.md | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 21a0fed1..18e6d704 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ In Node: To render compiled templates in the browser: - + Demo & Guide ------------ diff --git a/benchmark/index.html b/benchmark/index.html index 9f6c59ed..f97163a0 100644 --- a/benchmark/index.html +++ b/benchmark/index.html @@ -74,7 +74,7 @@

shootout

- + diff --git a/docs/api.md b/docs/api.md index 8c121b95..4683f674 100644 --- a/docs/api.md +++ b/docs/api.md @@ -12,12 +12,12 @@ Then, within your Node script or the REPL: This will import everything needed to parse, compile and render templates. To render Dust templates in the browser, grab the runtime distribution and include it in your script tags along with your compiled templates: - + Include the full distribution if you want to compile templates within the browser (as in the online demo): - + Precompilation is the recommended approach for general use. diff --git a/package.json b/package.json index d9e3d7a9..9f811fc5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name" : "dust", - "version" : "0.1.0", + "version" : "0.2.0", "description" : "Asynchronous templates for the browser and node.js", "author" : "Aleksander Williams", "contributors" : [],