Skip to content

Commit

Permalink
Update version name.
Browse files Browse the repository at this point in the history
  • Loading branch information
fadrizul committed Sep 18, 2011
1 parent 2b66de1 commit 25fd7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiled/twig.js
Expand Up @@ -9,7 +9,7 @@ Parser = require("./parser");
Compiler = require("./compiler");
tags = require("./tags");
widgets = require("./widgets");
exports.version = "v0.0.2";
exports.version = "v0.0.3";
exports.Parser = Parser;
exports.Compiler = Compiler;
fileRenderer = function(path, options, fn) {
Expand Down

0 comments on commit 25fd7f9

Please sign in to comment.