Skip to content

Commit

Permalink
Bump version post-5.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Jun 20, 2016
1 parent 6bd09fc commit 3adfe93
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
Original file line number Diff line number Diff line change
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.16.0</span>
<span style="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0">version 5.16.2</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
Original file line number Diff line number Diff line change
Expand Up @@ -8916,7 +8916,7 @@

// THE END

CodeMirror.version = "5.16.0";
CodeMirror.version = "5.16.2";

return CodeMirror;
});
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codemirror",
"version":"5.16.0",
"version":"5.16.2",
"main": "lib/codemirror.js",
"description": "Full-featured in-browser code editor",
"license": "MIT",
Expand Down

0 comments on commit 3adfe93

Please sign in to comment.