Skip to content

Commit

Permalink
Mark development version post 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jgonggrijp committed Feb 5, 2024
1 parent 89cbe40 commit f14a329
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debug-info.js
Expand Up @@ -16,7 +16,7 @@
// Is this the exact released version, or a later development version?
/* This is automatically temporarily replaced when publishing a release,
so please don't edit this. */
distribution: 'MARK_RELEASE',
distribution: 'MARK_DEVELOPMENT',
_: (lodash ? 'lodash ' : '') + _.VERSION,
$: !$ ? false : $.fn && $.fn.jquery ? $.fn.jquery :
$.zepto ? 'zepto' : $.ender ? 'ender' : true
Expand Down
2 changes: 1 addition & 1 deletion modules/debug-info.js
Expand Up @@ -13,7 +13,7 @@ export default function() {
// Is this the exact released version, or a later development version?
/* This is automatically temporarily replaced when publishing a release,
so please don't edit this. */
distribution: 'MARK_RELEASE',
distribution: 'MARK_DEVELOPMENT',
_: (lodash ? 'lodash ' : '') + _.VERSION,
$: !$ ? false : $.fn && $.fn.jquery ? $.fn.jquery :
$.zepto ? 'zepto' : $.ender ? 'ender' : true
Expand Down

0 comments on commit f14a329

Please sign in to comment.