From b659af9962e9e42b12aa630d232ab00f564386c0 Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Mon, 23 Mar 2015 12:26:24 +0100 Subject: [PATCH 01/72] Bump version number post-5.1.0 --- bower.json | 2 +- doc/manual.html | 2 +- doc/releases.html | 2 -- lib/codemirror.js | 2 +- package.json | 2 +- 5 files changed, 4 insertions(+), 6 deletions(-) diff --git a/bower.json b/bower.json index 334447e56d..d49cf34d70 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "codemirror", - "version":"5.1.0", + "version":"5.1.1", "main": ["lib/codemirror.js", "lib/codemirror.css"], "ignore": [ "**/.*", diff --git a/doc/manual.html b/doc/manual.html index fbf366df2b..7ba8a8dc91 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -63,7 +63,7 @@

User manual and reference guide - version 5.1.0 + version 5.1.1

CodeMirror is a code-editor component that can be embedded in diff --git a/doc/releases.html b/doc/releases.html index c3f2afe062..1ca06d016d 100644 --- a/doc/releases.html +++ b/doc/releases.html @@ -41,8 +41,6 @@

  • Full list of patches.
  • -

    Version 5.x

    -

    20-02-2015: Version 5.0: