Skip to content

Commit

Permalink
Mark release 4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Dec 29, 2014
1 parent 98df975 commit f6f427c
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "codemirror",
"version":"4.9.1",
"version":"4.10.0",
"main": ["lib/codemirror.js", "lib/codemirror.css"],
"ignore": [
"**/.*",
Expand Down
1 change: 1 addition & 0 deletions doc/compress.html
Expand Up @@ -36,6 +36,7 @@ <h2>Script compression helper</h2>
<input type="hidden" id="download" name="download" value="codemirror-compressed.js"/>
<p>Version: <select id="version" onchange="setVersion(this);" style="padding: 1px;">
<option value="http://codemirror.net/">HEAD</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=4.10.0;f=">4.10</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=4.9.0;f=">4.9</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=4.8.0;f=">4.8</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=4.7.0;f=">4.7</option>
Expand Down
2 changes: 1 addition & 1 deletion doc/manual.html
Expand Up @@ -63,7 +63,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 4.9.1</span>
<span style="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0">version 4.10.0</span>
</h2>

<p>CodeMirror is a code-editor component that can be embedded in
Expand Down
6 changes: 6 additions & 0 deletions doc/releases.html
Expand Up @@ -29,6 +29,12 @@ <h2>Release notes and version history</h2>

<h2>Version 4.x</h2>

<p class="rel">29-12-2014: <a href="http://codemirror.net/codemirror-4.10.zip">Version 4.10</a>:</p>

<p class="rel-note">Emergency single-patch update to 4.9. Fixes
Firefox-specific problem where the cursor could end up behind the
horizontal scrollbar.</p>

<p class="rel">23-12-2014: <a href="http://codemirror.net/codemirror-4.9.zip">Version 4.9</a>:</p>

<ul class="rel-note">
Expand Down
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -86,7 +86,7 @@ <h2>This is CodeMirror</h2>
</script>
<div style="position: relative; margin: 1em 0;">
<a class="bigbutton left" href="http://codemirror.net/codemirror.zip">DOWNLOAD LATEST RELEASE</a>
<div><strong>version 4.9</strong> (<a href="doc/releases.html">Release notes</a>)</div>
<div><strong>version 4.10</strong> (<a href="doc/releases.html">Release notes</a>)</div>
<div>or use the <a href="doc/compress.html">minification helper</a></div>
<div style="position: absolute; top: 0; right: 0; text-align: right">
<span class="bigbutton right" onclick="document.getElementById('paypal').submit();">DONATE WITH PAYPAL</span>
Expand Down
2 changes: 1 addition & 1 deletion lib/codemirror.js
Expand Up @@ -8023,7 +8023,7 @@

// THE END

CodeMirror.version = "4.9.1";
CodeMirror.version = "4.10.0";

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

0 comments on commit f6f427c

Please sign in to comment.