Skip to content

Commit

Permalink
bump target version
Browse files Browse the repository at this point in the history
  • Loading branch information
akdubya committed Nov 29, 2010
1 parent 98d5931 commit 2540ce9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -43,7 +43,7 @@ In Node:

To render compiled templates in the browser:

<script src="dust-core-0.1.0.min.js"></script>
<script src="dust-core-0.2.0.min.js"></script>

Demo & Guide
------------
Expand Down
2 changes: 1 addition & 1 deletion benchmark/index.html
Expand Up @@ -74,7 +74,7 @@ <h1>shootout</h1>

<script src="../vendor/jquery.min.js"></script>
<script src="uubench.js"></script>
<script src="../dist/dust-full-0.1.0.min.js"></script>
<script src="../dist/dust-full-0.2.0.min.js"></script>
<script src="suites/dust_suite.js"></script>
<script src="suites/mustache_suite.js"></script>
<script src="suites/handlebars_suite.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions docs/api.md
Expand Up @@ -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:

<script src="dust-core-0.1.0.min.js"></script>
<script src="dust-core-0.2.0.min.js"></script>
<script src="compiled_templates.js"></script>

Include the full distribution if you want to compile templates within the browser (as in the online demo):

<script src="dust-full-0.1.0.min.js"></script>
<script src="dust-full-0.2.0.min.js"></script>

Precompilation is the recommended approach for general use.

Expand Down
2 changes: 1 addition & 1 deletion 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" : [],
Expand Down

0 comments on commit 2540ce9

Please sign in to comment.