Bump version number post-5.49.2

This commit is contained in:
Marijn Haverbeke 2019-10-21 08:22:29 +02:00
parent 00d4135ddc
commit ba80e30c81
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.49.2</span>
<span style="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0">version 5.49.3</span>
</h2>
<p>CodeMirror is a code-editor component that can be embedded in

View File

@ -1,6 +1,6 @@
{
"name": "codemirror",
"version": "5.49.2",
"version": "5.49.3",
"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.49.2"
CodeMirror.version = "5.49.3"