Skip to content

Commit

Permalink
release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akdubya committed Nov 1, 2010
1 parent b94ce62 commit 45624f2
Show file tree
Hide file tree
Showing 9 changed files with 256 additions and 232 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.0.1.min.js"></script>
<script src="dust-core-0.1.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.0.1.min.js"></script>
<script src="../dist/dust-full-0.1.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 dist/dust-core-0.0.1.js → dist/dust-core-0.1.0.js
@@ -1,5 +1,5 @@
//
// Dust - Asynchronous Templating v0.0.1
// Dust - Asynchronous Templating v0.1.0
// http://akdubya.github.com/dustjs
//
// Copyright (c) 2010, Aleksander Williams
Expand Down Expand Up @@ -97,7 +97,7 @@ function Context(stack, global, blocks) {
this.blocks = blocks;
}

Context.base = function(global) {
dust.makeBase = function(global) {
return new Context(new Stack(), global);
}

Expand Down
4 changes: 2 additions & 2 deletions dist/dust-core-0.0.1.min.js → dist/dust-core-0.1.0.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 45624f2

Please sign in to comment.