diff --git a/README.md b/README.md index 697e282..0674d7f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Join the chat at https://gitter.im/times/cardkit](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/times/cardkit?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -## Version 1.1.0 +## Version 1.1.1 ### 2016 [Chris Hutchinson](http://www.github.com/chrishutchinson) for The [Times and Sunday Times](http://www.github.com/times) @@ -42,6 +42,10 @@ If you want to use [GitHub Pages](https://pages.github.com/) to host your build ## Version history +**1.1.1** (June 12, 2016) + +- Fix: Hover rectangle is now removed correctly in all cases (#45 - thanks @satotake) + **1.1.0** (February 22, 2016) - Add support for images to be editable via a drop down, as well as through file upload diff --git a/app/index.html b/app/index.html index bb53ec6..12d2877 100644 --- a/app/index.html +++ b/app/index.html @@ -36,7 +36,7 @@
diff --git a/package.json b/package.json index 59158d7..86ab7b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cardkit", - "version": "1.1.0", + "version": "1.1.1", "dependencies": {}, "devDependencies": { "grunt": "^0.4.1",