Skip to content

Commit

Permalink
4.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
daviferreira committed May 6, 2015
1 parent 07e4ce8 commit 251f6b8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
4.7.2 / 2015-05-06
==================
* Add shortcut to insert a link (ctrl/cmd + k)
* Fix `this.getAttribute is not a function` error


4.7.1 / 2015-04-30
==================
* Make anchor preview wrap for long links
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medium-editor",
"version": "4.7.1",
"version": "4.7.2",
"homepage": "http://daviferreira.github.io/medium-editor/",
"authors": [
"Davi Ferreira <hi@daviferreira.com>",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medium-editor",
"version": "4.7.1",
"version": "4.7.2",
"author": "Davi Ferreira <hi@daviferreira.com>",
"contributors": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/js/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ MediumEditor.version = (function (major, minor, revision) {
};
}).apply(this, ({
// grunt-bump looks for this:
'version': '4.7.1'
'version': '4.7.2'
}).version.split('.'));

0 comments on commit 251f6b8

Please sign in to comment.