Skip to content

Commit

Permalink
Init v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
valentin-lozev committed Jun 9, 2018
1 parent 6702bc6 commit e1f1acc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/justcore.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Source code: http://github.com/valentin-lozev/justcore
*/

var VERSION = "1.0.1";
var VERSION = "1.0.2";

var errorCodes = {
m1: function () { return "use(): extensions must be installed before init"; },
Expand Down
2 changes: 1 addition & 1 deletion dist/justcore.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
(factory((global.justcore = {})));
}(this, (function (exports) { 'use strict';

var VERSION = "1.0.1";
var VERSION = "1.0.2";

var errorCodes = {
m1: function () { return "use(): extensions must be installed before init"; },
Expand Down
Loading

0 comments on commit e1f1acc

Please sign in to comment.