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 2339dfa commit 436715eCopy full SHA for 436715e
lib/codemirror.js
@@ -4778,7 +4778,7 @@ window.CodeMirror = (function() {
4778
4779
// THE END
4780
4781
- CodeMirror.version = "3.01";
+ CodeMirror.version = "3.02";
4782
4783
return CodeMirror;
4784
})();
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codemirror",
3
- "version":"3.01.00",
+ "version":"3.02.00",
4
"main": "codemirror.js",
5
"description": "In-browser code editing made bearable",
6
"licenses": [{"type": "MIT",
0 commit comments