Skip to content

Commit 9ba1757

Browse files
committed
Mark release 2.38
1 parent 50178a5 commit 9ba1757

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.37 +";
3187+
CodeMirror.version = "2.38";
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.37.01",
3+
"version":"2.38.00",
44
"main": "codemirror.js",
55
"description": "In-browser code editing made bearable",
66
"licenses": [{"type": "MIT",

0 commit comments

Comments
 (0)