Skip to content
Snippets Groups Projects
Commit 413ab86d authored by Marijn Haverbeke's avatar Marijn Haverbeke
Browse files

Bump version post-5.25.2

parent 2474ce6e
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
<section class=first id=overview> <section class=first id=overview>
<h2 style="position: relative"> <h2 style="position: relative">
User manual and reference guide User manual and reference guide
<span style="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0">version 5.25.2</span> <span style="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0">version 5.25.3</span>
</h2> </h2>
<p>CodeMirror is a code-editor component that can be embedded in <p>CodeMirror is a code-editor component that can be embedded in
......
{ {
"name": "codemirror", "name": "codemirror",
"version": "5.25.2", "version": "5.25.3",
"main": "lib/codemirror.js", "main": "lib/codemirror.js",
"description": "Full-featured in-browser code editor", "description": "Full-featured in-browser code editor",
"license": "MIT", "license": "MIT",
......
...@@ -66,4 +66,4 @@ import { addLegacyProps } from "./legacy" ...@@ -66,4 +66,4 @@ import { addLegacyProps } from "./legacy"
addLegacyProps(CodeMirror) addLegacyProps(CodeMirror)
CodeMirror.version = "5.25.2" CodeMirror.version = "5.25.3"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment