From 050b92b7b02658a87ebf48def6fbcc472215f62a Mon Sep 17 00:00:00 2001 From: Ahmet Sezgin Duran Date: Sat, 9 Aug 2014 09:35:26 +0300 Subject: [PATCH] Bump versions 0.10.0 and 1.9.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 ff826bb..5b9e7c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ #### [Current] + * [028abec](../../commit/028abec) - __(Ahmet Sezgin Duran)__ Update Medium Editor files + * [9de9ca7](../../commit/9de9ca7) - __(Ahmet Sezgin Duran)__ Merge tag '0.9.4' into develop + +0.9.4 + +#### 0.9.4 + * [da0a1dc](../../commit/da0a1dc) - __(Ahmet Sezgin Duran)__ Bump versions 0.9.4 and 1.8.14 * [4caf0f0](../../commit/4caf0f0) - __(Ahmet Sezgin Duran)__ Update Medium Editor files * [e1c1ee3](../../commit/e1c1ee3) - __(Ahmet Sezgin Duran)__ Merge tag '0.9.3' into develop diff --git a/README.md b/README.md index 4c78e3c..0215a17 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This gem integrates [Medium Editor](https://github.com/daviferreira/medium-edito ## Version -The latest version of Medium Editor bundled by this gem is [1.8.14](https://github.com/daviferreira/medium-editor/releases) +The latest version of Medium Editor bundled by this gem is [1.9.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 d2e3ecc..2c4f190 100644 --- a/lib/medium-editor-rails/version.rb +++ b/lib/medium-editor-rails/version.rb @@ -1,6 +1,6 @@ module MediumEditorRails module Rails - VERSION = '0.9.4' - MEDIUM_EDITOR_VERSION = '1.8.14' + VERSION = '0.10.0' + MEDIUM_EDITOR_VERSION = '1.9.0' end end