diff --git a/CHANGES.md b/CHANGES.md index f94329619..789436706 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +1.7.3 / 2014-03-22 +================== + +* Fixes activate/deactivate behavior + + 1.7.2 / 2014-03-22 ================== diff --git a/bower.json b/bower.json index 774e6e8c8..eaf359ab6 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "medium-editor", - "version": "1.7.2", + "version": "1.7.3", "homepage": "http://daviferreira.github.io/medium-editor/", "authors": [ "Davi Ferreira " diff --git a/package.json b/package.json index 99badaa80..8f97a85b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "medium-editor", - "version": "1.7.2", + "version": "1.7.3", "author": "Davi Ferreira ", "description": "Medium.com WYSIWYG editor clone.", "main": "src/js/medium-editor.js",