Skip to content

Commit 4adba2e

Browse files
committed
Release 2.0.6
1 parent ea596dc commit 4adba2e

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

dist/sugar-es5.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Sugar v2.0.5
2+
* Sugar v2.0.6
33
*
44
* Freely distributable and licensed under the MIT-style license.
55
* Copyright (c) Andrew Plummer
@@ -543,7 +543,7 @@
543543
}
544544

545545
function setGlobalProperties() {
546-
setProperty(Sugar, 'VERSION', '2.0.5');
546+
setProperty(Sugar, 'VERSION', '2.0.6');
547547
setProperty(Sugar, 'extend', Sugar);
548548
setProperty(Sugar, 'toString', toString);
549549
setProperty(Sugar, 'createNamespace', createNamespace);
@@ -14103,4 +14103,4 @@
1410314103

1410414104
buildDateRangeUnits();
1410514105

14106-
}).call(this);
14106+
}).call(this);

dist/sugar-es5.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/sugar.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Sugar v2.0.5
2+
* Sugar v2.0.6
33
*
44
* Freely distributable and licensed under the MIT-style license.
55
* Copyright (c) Andrew Plummer
@@ -543,7 +543,7 @@
543543
}
544544

545545
function setGlobalProperties() {
546-
setProperty(Sugar, 'VERSION', '2.0.5');
546+
setProperty(Sugar, 'VERSION', '2.0.6');
547547
setProperty(Sugar, 'extend', Sugar);
548548
setProperty(Sugar, 'toString', toString);
549549
setProperty(Sugar, 'createNamespace', createNamespace);
@@ -13551,4 +13551,4 @@
1355113551

1355213552
buildDateRangeUnits();
1355313553

13554-
}).call(this);
13554+
}).call(this);

dist/sugar.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)