Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Apr 30, 2011
1 parent 6b8347e commit 7e5255f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Original file line Diff line number Diff line change
@@ -1,2 +1,2 @@


module.exports = require('../nTenjin'); module.exports = require('./nTenjin');
2 changes: 1 addition & 1 deletion nTenjin.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


var nTenjin = { var nTenjin = {


version: '0.1.0', version: '0.1.1',


_escape_table: { '&': '&amp;', '<': '&lt;', '>': '&gt;', '"': '&quot;' }, _escape_table: { '&': '&amp;', '<': '&lt;', '>': '&gt;', '"': '&quot;' },


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
{ {
"name": "tenjin", "name": "tenjin",
"description": "A high performance template engine base on node.js.", "description": "A high performance template engine base on node.js.",
"version": "0.1.0", "version": "0.1.1",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/QLeelulu/nTenjin.git" "url": "git://github.com/QLeelulu/nTenjin.git"
Expand Down

0 comments on commit 7e5255f

Please sign in to comment.