We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28ac395 commit d4d7912Copy full SHA for d4d7912
src/modules/index.js
@@ -114,7 +114,7 @@ require([
114
// The object that is publicly accessible
115
publicAPI = {
116
// Current project version number
117
- 'VERSION': '2.1.0',
+ 'VERSION': '2.2.1',
118
'clean': function(options, overloadedOptions) {
119
// Creates a new AMDclean instance
120
var amdclean = new AMDclean(options, overloadedOptions),
0 commit comments