Skip to content

Commit

Permalink
7.0.0-beta25
Browse files Browse the repository at this point in the history
  • Loading branch information
kobezzza committed Mar 4, 2016
1 parent c0cead5 commit 1cdd922
Show file tree
Hide file tree
Showing 7 changed files with 307 additions and 266 deletions.
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -2,7 +2,7 @@
"name": "Snakeskin",
"description": "Awesome JavaScript template engine.",
"main": "dist/snakeskin.min.js",
"version": "7.0.0-beta24",
"version": "7.0.0-beta25",
"homepage": "https://github.com/SnakeskinTpl/Snakeskin",
"keywords": [
"templates",
Expand Down
185 changes: 112 additions & 73 deletions dist/snakeskin.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/snakeskin.live.js
@@ -1,11 +1,11 @@
/*!
* Snakeskin v7.0.0-beta24 (live)
* Snakeskin v7.0.0-beta25 (live)
* https://github.com/SnakeskinTpl/Snakeskin
*
* Released under the MIT license
* https://github.com/SnakeskinTpl/Snakeskin/blob/master/LICENSE
*
* Date: 'Wed, 02 Mar 2016 17:51:47 GMT
* Date: 'Fri, 04 Mar 2016 12:07:53 GMT
*/

(function (global, factory) {
Expand Down Expand Up @@ -39,7 +39,7 @@
babelHelpers;

var Snakeskin = {
VERSION: [7, 0, 0, 'beta24']
VERSION: [7, 0, 0, 'beta25']
};

/**
Expand Down
4 changes: 2 additions & 2 deletions dist/snakeskin.live.min.js

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

0 comments on commit 1cdd922

Please sign in to comment.