Bump version number post-5.47.0

This commit is contained in:
Marijn Haverbeke 2019-05-21 10:21:12 +02:00
parent a7ce80ffc2
commit 5c12351a3a
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.47.0</span>
<span style="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0">version 5.47.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.47.0",
"version": "5.47.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.47.0"
CodeMirror.version = "5.47.1"