Skip to content

Commit

Permalink
Bump version number post-5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Jul 20, 2015
1 parent 8cc06af commit 0286e0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/manual.html
Expand Up @@ -69,7 +69,7 @@
<section class=first id=overview>
<h2 style="position: relative">
User manual and reference guide
<span style="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0">version 5.5.0</span>
<span style="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0">version 5.5.1</span>
</h2>

<p>CodeMirror is a code-editor component that can be embedded in
Expand Down
2 changes: 1 addition & 1 deletion lib/codemirror.js
Expand Up @@ -8782,7 +8782,7 @@

// THE END

CodeMirror.version = "5.5.0";
CodeMirror.version = "5.5.1";

return CodeMirror;
});
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "codemirror",
"version":"5.5.0",
"version":"5.5.1",
"main": "lib/codemirror.js",
"description": "In-browser code editing made bearable",
"license": "MIT",
Expand Down

0 comments on commit 0286e0f

Please sign in to comment.