Skip to content

Commit

Permalink
Update version to 2.15.0 and update minified file with latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Uma committed Aug 10, 2015
1 parent a42cec7 commit 3d27035
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = function(grunt) {
" * https://github.com/umakantp/jsmart\n" +
" * http://opensource.org/licenses/LGPL-3.0\n" +
" *\n" +
" * Copyright 2011-2014, Max Miroshnikov <miroshnikov at gmail dot com>\n" +
" * Copyright 2011-2015, Max Miroshnikov <miroshnikov at gmail dot com>\n" +
" * Umakant Patil <me @ umakantpatil dot com>\n" +
" */\n"
},
Expand Down
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.14.0",
"version" : "2.15.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.14.0",
"version": "2.15.0",
"description": "jSmart is a port of the Smarty Template Engine to Javascript.",
"keywords": ["jsmart", "smarty", "javascript", "template", "templates"],
"repository": "umakantp/jsmart",
Expand Down
4 changes: 2 additions & 2 deletions jsmart.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* jSmart Javascript template engine
* https://github.com/umakantp/jsmart
*
* Copyright 2011-2014, Max Miroshnikov <miroshnikov at gmail dot com>
* Copyright 2011-2015, Max Miroshnikov <miroshnikov at gmail dot com>
* Umakant Patil <me at umakantpatil dot.com>
* jSmart is licensed under the GNU Lesser General Public License
* http://opensource.org/licenses/LGPL-3.0
Expand Down Expand Up @@ -1878,7 +1878,7 @@
template: '',
ldelim: jSmart.prototype.left_delimiter,
rdelim: jSmart.prototype.right_delimiter,
version: '2.14.0'
version: '2.15.0'
}
};
blocks = this.tree.blocks;
Expand Down
8 changes: 4 additions & 4 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.14.0",
"version": "2.15.0",
"url": "https://github.com/umakantp/jsmart/",
"keywords": [
"jsmart",
Expand Down

0 comments on commit 3d27035

Please sign in to comment.