Skip to content

Commit

Permalink
Mark release 2.38
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Jan 21, 2013
1 parent 50178a5 commit 9ba1757
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/codemirror.js
Expand Up @@ -3184,7 +3184,7 @@ window.CodeMirror = (function() {
for (var i = 1; i <= 12; i++) keyNames[i + 111] = keyNames[i + 63235] = "F" + i;
})();

CodeMirror.version = "2.37 +";
CodeMirror.version = "2.38";

return CodeMirror;
})();
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "codemirror",
"version":"2.37.01",
"version":"2.38.00",
"main": "codemirror.js",
"description": "In-browser code editing made bearable",
"licenses": [{"type": "MIT",
Expand Down

0 comments on commit 9ba1757

Please sign in to comment.