We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c1b356 commit e534616Copy full SHA for e534616
bililiteRange.js
@@ -39,7 +39,7 @@ bililiteRange = function(el){
39
return ret;
40
}
41
42
-bililiteRange.version = 3.1;
+bililiteRange.version = 3.2;
43
44
const startupHooks = new Set();
45
bililiteRange.addStartupHook = fn => startupHooks.add(fn);
0 commit comments