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

Bump version post-5.35.0

parent 33301204
No related branches found
No related tags found
No related merge requests found
......@@ -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.35.0</span>
<span style="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0">version 5.35.1</span>
</h2>
<p>CodeMirror is a code-editor component that can be embedded in
......
{
"name": "codemirror",
"version": "5.35.0",
"version": "5.35.1",
"main": "lib/codemirror.js",
"style": "lib/codemirror.css",
"description": "Full-featured in-browser code editor",
......
......@@ -66,4 +66,4 @@ import { addLegacyProps } from "./legacy.js"
addLegacyProps(CodeMirror)
CodeMirror.version = "5.35.0"
CodeMirror.version = "5.35.1"
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