From 7cfe671ee47c25734c8a8b01eefd3dd33c3b5fd3 Mon Sep 17 00:00:00 2001 From: Hans Christian Reinl Date: Fri, 20 Jun 2014 13:03:28 +0200 Subject: [PATCH] v1.1.7 --- CHANGELOG.md | 2 ++ bower.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d114225..6cfbfdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## HEAD + +## 1.1.7 - 20.06.2014 * Add document.createEvent for creating events in oldIE * Make _injectStyles compatible with legacy browsers diff --git a/bower.json b/bower.json index 0d406ab..c3721d6 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "css-modal", - "version": "1.1.6", + "version": "1.1.7", "main": [ "modal.scss", "modal.js" diff --git a/package.json b/package.json index ea00ca3..a2cff71 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "css-modal", "title": "CSS Modal", "description": "Modals, built with pure CSS", - "version": "1.1.6", + "version": "1.1.7", "homepage": "https://github.com/drublic/css-modal", "author": { "name": "Hans Christian Reinl",