Skip to content

Commit 58ec559

Browse files
committed
mark version 2.37
1 parent 965a517 commit 58ec559

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
@@ -3184,7 +3184,7 @@ window.CodeMirror = (function() {
31843184
for (var i = 1; i <= 12; i++) keyNames[i + 111] = keyNames[i + 63235] = "F" + i;
31853185
})();
31863186

3187-
CodeMirror.version = "2.36 +";
3187+
CodeMirror.version = "2.37";
31883188

31893189
return CodeMirror;
31903190
})();

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":"2.36.1",
3+
"version":"2.37.0",
44
"main": "codemirror.js",
55
"description": "In-browser code editing made bearable",
66
"licenses": [{"type": "MIT",

0 commit comments

Comments
 (0)