Skip to content

Commit f14a329

Browse files
committed
Mark development version post 1.6.0
1 parent 89cbe40 commit f14a329

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

debug-info.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// Is this the exact released version, or a later development version?
1717
/* This is automatically temporarily replaced when publishing a release,
1818
so please don't edit this. */
19-
distribution: 'MARK_RELEASE',
19+
distribution: 'MARK_DEVELOPMENT',
2020
_: (lodash ? 'lodash ' : '') + _.VERSION,
2121
$: !$ ? false : $.fn && $.fn.jquery ? $.fn.jquery :
2222
$.zepto ? 'zepto' : $.ender ? 'ender' : true

modules/debug-info.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default function() {
1313
// Is this the exact released version, or a later development version?
1414
/* This is automatically temporarily replaced when publishing a release,
1515
so please don't edit this. */
16-
distribution: 'MARK_RELEASE',
16+
distribution: 'MARK_DEVELOPMENT',
1717
_: (lodash ? 'lodash ' : '') + _.VERSION,
1818
$: !$ ? false : $.fn && $.fn.jquery ? $.fn.jquery :
1919
$.zepto ? 'zepto' : $.ender ? 'ender' : true

0 commit comments

Comments
 (0)