Skip to content

Commit

Permalink
Update to version 2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Uma committed Dec 25, 2014
1 parent 2e62dca commit c7b80aa
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "jsmart",
"version" : "2.13.1",
"version" : "2.14.0",
"main" : "jsmart.js",
"license": "LGPL-3.0",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsmart",
"version": "2.13.1",
"version": "2.14.0",
"description": "jSmart is a port of the Smarty Template Engine to Javascript.",
"keywords": ["jsmart", "smarty", "javascript", "template", "templates"],
"repository": "umakantp/jsmart",
Expand Down
2 changes: 1 addition & 1 deletion jsmart.js
Original file line number Diff line number Diff line change
Expand Up @@ -1878,7 +1878,7 @@
template: '',
ldelim: jSmart.prototype.left_delimiter,
rdelim: jSmart.prototype.right_delimiter,
version: '2.13.1'
version: '2.14.0'
}
};
blocks = this.tree.blocks;
Expand Down
12 changes: 10 additions & 2 deletions jsmart.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "jSmart",
"description": "jSmart is a port of the Smarty Template Engine to Javascript.",
"main": "jsmart.js",
"version": "2.13.1",
"version": "2.14.0",
"url": "https://github.com/umakantp/jsmart/",
"keywords": [
"jsmart",
Expand Down

0 comments on commit c7b80aa

Please sign in to comment.