From 418af6d8c7e8886e603702af1c9ef9cee641a1e3 Mon Sep 17 00:00:00 2001 From: Ahmet Sezgin Duran Date: Wed, 25 Feb 2015 19:38:17 +0200 Subject: [PATCH] Bump versions 2.0.0 and 3.0.0 --- CHANGELOG.md | 7 +++++++ README.md | 2 +- lib/medium-editor-rails/version.rb | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d55ed39..0d9d40f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ #### [Current] + * [c615afc](../../commit/c615afc) - __(Ahmet Sezgin Duran)__ Update Medium Editor files + * [ba615ed](../../commit/ba615ed) - __(Ahmet Sezgin Duran)__ Merge tag '1.4.5' into develop + +1.4.5 + +#### 1.4.5 + * [a55de93](../../commit/a55de93) - __(Ahmet Sezgin Duran)__ Bump versions 1.4.5 and 2.4.5 * [0b17fe4](../../commit/0b17fe4) - __(Ahmet Sezgin Duran)__ Update Medium Editor files * [ebfc535](../../commit/ebfc535) - __(Ahmet Sezgin Duran)__ Merge tag '1.4.4' into develop diff --git a/README.md b/README.md index bd8a747..b93cded 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This gem integrates [Medium Editor](https://github.com/daviferreira/medium-edito ## Version -The latest version of Medium Editor bundled by this gem is [2.4.5](https://github.com/daviferreira/medium-editor/releases) +The latest version of Medium Editor bundled by this gem is [3.0.0](https://github.com/daviferreira/medium-editor/releases) ## Installation diff --git a/lib/medium-editor-rails/version.rb b/lib/medium-editor-rails/version.rb index 4c8de3f..55d64d2 100644 --- a/lib/medium-editor-rails/version.rb +++ b/lib/medium-editor-rails/version.rb @@ -1,6 +1,6 @@ module MediumEditorRails module Rails - VERSION = '1.4.5' - MEDIUM_EDITOR_VERSION = '2.4.5' + VERSION = '2.0.0' + MEDIUM_EDITOR_VERSION = '3.0.0' end end