Skip to content

Commit

Permalink
Release 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewplummer committed Dec 6, 2018
1 parent ea596dc commit 4adba2e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions dist/sugar-es5.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Sugar v2.0.5
* Sugar v2.0.6
*
* Freely distributable and licensed under the MIT-style license.
* Copyright (c) Andrew Plummer
Expand Down Expand Up @@ -543,7 +543,7 @@
}

function setGlobalProperties() {
setProperty(Sugar, 'VERSION', '2.0.5');
setProperty(Sugar, 'VERSION', '2.0.6');
setProperty(Sugar, 'extend', Sugar);
setProperty(Sugar, 'toString', toString);
setProperty(Sugar, 'createNamespace', createNamespace);
Expand Down Expand Up @@ -14103,4 +14103,4 @@

buildDateRangeUnits();

}).call(this);
}).call(this);
4 changes: 2 additions & 2 deletions dist/sugar-es5.min.js

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

6 changes: 3 additions & 3 deletions dist/sugar.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Sugar v2.0.5
* Sugar v2.0.6
*
* Freely distributable and licensed under the MIT-style license.
* Copyright (c) Andrew Plummer
Expand Down Expand Up @@ -543,7 +543,7 @@
}

function setGlobalProperties() {
setProperty(Sugar, 'VERSION', '2.0.5');
setProperty(Sugar, 'VERSION', '2.0.6');
setProperty(Sugar, 'extend', Sugar);
setProperty(Sugar, 'toString', toString);
setProperty(Sugar, 'createNamespace', createNamespace);
Expand Down Expand Up @@ -13551,4 +13551,4 @@

buildDateRangeUnits();

}).call(this);
}).call(this);
4 changes: 2 additions & 2 deletions dist/sugar.min.js

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

0 comments on commit 4adba2e

Please sign in to comment.