Skip to content

Commit 8d87f56

Browse files
committed
Bump version number post-3.23
1 parent e113da8 commit 8d87f56

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/manual.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<section class=first id=overview>
6060
<h2 style="position: relative">
6161
User manual and reference guide
62-
<span style="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0">version 3.23.0</span>
62+
<span style="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0">version 3.23.1</span>
6363
</h2>
6464

6565
<p>CodeMirror is a code-editor component that can be embedded in

lib/codemirror.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6089,7 +6089,7 @@ window.CodeMirror = (function() {
60896089

60906090
// THE END
60916091

6092-
CodeMirror.version = "3.23.0";
6092+
CodeMirror.version = "3.23.1";
60936093

60946094
return CodeMirror;
60956095
})();

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codemirror",
3-
"version":"3.23.0",
3+
"version":"3.23.1",
44
"main": "lib/codemirror.js",
55
"description": "In-browser code editing made bearable",
66
"licenses": [{"type": "MIT",

0 commit comments

Comments
 (0)