From 791fdd1f9874c284319b176f080e1dfdfc06e5d8 Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke <marijn@haverbeke.nl> Date: Tue, 19 Jul 2016 14:19:58 +0200 Subject: [PATCH] Bump version number post-5.17.0 --- doc/manual.html | 2 +- lib/codemirror.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/manual.html b/doc/manual.html index f61c1e1d..408ac8bc 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -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.17.0</span> + <span style="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0">version 5.17.1</span> </h2> <p>CodeMirror is a code-editor component that can be embedded in diff --git a/lib/codemirror.js b/lib/codemirror.js index 5009f836..ff7126fb 100644 --- a/lib/codemirror.js +++ b/lib/codemirror.js @@ -8929,7 +8929,7 @@ // THE END - CodeMirror.version = "5.17.0"; + CodeMirror.version = "5.17.1"; return CodeMirror; }); diff --git a/package.json b/package.json index fa09ced8..135a9608 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codemirror", - "version":"5.17.0", + "version":"5.17.1", "main": "lib/codemirror.js", "description": "Full-featured in-browser code editor", "license": "MIT", -- GitLab