Skip to content

Commit

Permalink
rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
finom committed Jan 8, 2016
1 parent 58ae5c3 commit 229c0c9
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions magic/matreshka-magic.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;(function(__root) {
/*
Matreshka Magic v1.5.1 (2015-12-29), the part of Matreshka project
Matreshka Magic v1.5.2 (2016-01-08), the part of Matreshka project
JavaScript Framework by Andrey Gubanov
Released under the MIT license
More info: http://matreshka.io/#magic
Expand Down Expand Up @@ -2396,7 +2396,7 @@ matreshka_magic = function (core, sym) {
core.sym = sym;
return core;
}(matreshka_dir_core_var_core, matreshka_dir_core_var_sym);
matreshka_magic.version="1.5.1"; (function () {
matreshka_magic.version="1.5.2"; (function () {
// hack for systemjs builder
var d = "define";
// I don't know how to define modules with no dependencies (since we use AMDClean)
Expand Down
6 changes: 3 additions & 3 deletions magic/matreshka-magic.min.js

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

2 changes: 1 addition & 1 deletion magic/matreshka-magic.min.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions matreshka.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;(function(__root) {
/*
Matreshka v1.5.1 (2015-12-29)
Matreshka v1.5.2 (2016-01-08)
JavaScript Framework by Andrey Gubanov
Released under the MIT license
More info: http://matreshka.io
Expand Down Expand Up @@ -3617,7 +3617,7 @@ matreshka_dir_amd_modules_matreshka = function (MK, MK_Object, MK_Array, MK_bind
matreshka = function (MK) {
return MK;
}(matreshka_dir_amd_modules_matreshka);
matreshka.version="1.5.1"; (function () {
matreshka.version="1.5.2"; (function () {
// hack for systemjs builder
var d = "define";
// I don't know how to define modules with no dependencies (since we use AMDClean)
Expand Down
Loading

0 comments on commit 229c0c9

Please sign in to comment.