Bump version number post-5.41.0

This commit is contained in:
Marijn Haverbeke 2018-10-25 12:17:26 +02:00
parent 8900d1b7bc
commit 3d3bf0e632
3 changed files with 3 additions and 3 deletions

View File

@ -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.41.0</span>
<span style="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0">version 5.41.1</span>
</h2>
<p>CodeMirror is a code-editor component that can be embedded in

View File

@ -1,6 +1,6 @@
{
"name": "codemirror",
"version": "5.41.0",
"version": "5.41.1",
"main": "lib/codemirror.js",
"style": "lib/codemirror.css",
"author": {

View File

@ -66,4 +66,4 @@ import { addLegacyProps } from "./legacy.js"
addLegacyProps(CodeMirror)
CodeMirror.version = "5.41.0"
CodeMirror.version = "5.41.1"