Skip to content

Commit 436715e

Browse files
committed
Mark release 3.02
1 parent 2339dfa commit 436715e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/codemirror.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4778,7 +4778,7 @@ window.CodeMirror = (function() {
47784778

47794779
// THE END
47804780

4781-
CodeMirror.version = "3.01";
4781+
CodeMirror.version = "3.02";
47824782

47834783
return CodeMirror;
47844784
})();

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codemirror",
3-
"version":"3.01.00",
3+
"version":"3.02.00",
44
"main": "codemirror.js",
55
"description": "In-browser code editing made bearable",
66
"licenses": [{"type": "MIT",

0 commit comments

Comments
 (0)