Skip to content

Commit

Permalink
publishing 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
finom committed Oct 6, 2015
1 parent 14d5686 commit e7414d9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.2.0 (2015-10-05), the part of Matreshka project
Matreshka Magic v1.3.0 (2015-10-06), 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 @@ -2206,7 +2206,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.2.0"; (function () {
matreshka_magic.version="1.3.0"; (function () {
// I don't know how to define modules with no dependencies (since we use AMDClean)
// so I have to hack it, unfortunatelly
if (typeof __root != 'undefined') {
Expand Down
4 changes: 2 additions & 2 deletions magic/matreshka-magic.min.js

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

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.2.0 (2015-10-05)
Matreshka v1.3.0 (2015-10-06)
JavaScript Framework by Andrey Gubanov
Released under the MIT license
More info: http://matreshka.io
Expand Down Expand Up @@ -3399,7 +3399,7 @@ matreshka_dir_amd_modules_matreshka_magic = function (magic) {
matreshka = function (MK) {
return MK;
}(matreshka_dir_amd_modules_matreshka);
matreshka.version="1.2.0"; (function () {
matreshka.version="1.3.0"; (function () {
// I don't know how to define modules with no dependencies (since we use AMDClean)
// so I have to hack it, unfortunatelly
if (typeof __root != 'undefined') {
Expand Down
4 changes: 2 additions & 2 deletions matreshka.min.js

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

0 comments on commit e7414d9

Please sign in to comment.