Skip to content

Commit

Permalink
Bump version numbers post-3.01
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Jan 21, 2013
1 parent 32abd31 commit 5051dd2
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 @@ -4767,7 +4767,7 @@ window.CodeMirror = (function() {

// THE END

CodeMirror.version = "3.01";
CodeMirror.version = "3.01 +";

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

0 comments on commit 5051dd2

Please sign in to comment.