From 2d405f80483e7df04bb174f2d0717ac01629da49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Wei=C3=9F?= Date: Thu, 5 Jun 2014 11:34:48 +0200 Subject: [PATCH] v1.1.3 --- CHANGELOG.md | 3 +++ bower.json | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4d775f..ed64833 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## HEAD +## 1.1.3 - 05.06.2014 +* Call init() if neither requirejs nor NPM is available + ## 1.1.2 - 05.06.2014 * Modal-Stretch: Don't set height for .modal-content when modal is streched on small devices diff --git a/bower.json b/bower.json index 047705b..f752029 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "css-modal", - "version": "1.1.2", + "version": "1.1.3", "main": [ "modal.scss", "modal.js" diff --git a/package.json b/package.json index 4803aa4..61871a5 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.2", + "version": "1.1.3", "homepage": "https://github.com/drublic/css-modal", "author": { "name": "Hans Christian Reinl",