From d7b25bbe85f97da81c7d0a87c878f3d3ce14e6aa Mon Sep 17 00:00:00 2001 From: Ahmet Sezgin Duran Date: Mon, 24 Nov 2014 21:40:03 +0200 Subject: [PATCH] Bump versions 0.13.1 and 1.9.13 --- 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 6137bcb..5d0c96c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ #### [Current] + * [c6b96b2](../../commit/c6b96b2) - __(Ahmet Sezgin Duran)__ Update Medium Editor files + * [8c242a1](../../commit/8c242a1) - __(Ahmet Sezgin Duran)__ Merge tag '0.13.0' into develop + +0.13.0 + +#### 0.13.0 + * [5721891](../../commit/5721891) - __(Ahmet Sezgin Duran)__ Bump versions 0.13.0 and 1.9.10 * [fdb732b](../../commit/fdb732b) - __(Ahmet Sezgin Duran)__ Update Medium Editor files #### 0.12.0 diff --git a/README.md b/README.md index 2ec8734..8b552ea 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 [1.9.10](https://github.com/daviferreira/medium-editor/releases) +The latest version of Medium Editor bundled by this gem is [1.9.13](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 0067130..6075b7e 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.13.0' - MEDIUM_EDITOR_VERSION = '1.9.10' + VERSION = '0.13.1' + MEDIUM_EDITOR_VERSION = '1.9.13' end end