diff --git a/CHANGELOG.md b/CHANGELOG.md index b1d0705..547acef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ * Rename function `_dispatchEvent` to `trigger` * Rename function `_addEventListener` to `on` * Move set and unset of modal in own function -* Add convinience functions to add and remove classes on elements +* Add convenience functions to add and remove classes on elements * Add native style momentum scrolling to content area ## 1.0.4 - 27.06.2013 diff --git a/bower.json b/bower.json index d6acb9c..0ad0682 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "css-modal", - "version": "1.0.4", + "version": "1.1.0alpha", "main": [ "modal.scss", "modal.js" diff --git a/build/modal.css b/build/modal.css index f871cd9..8c7a4ba 100644 --- a/build/modal.css +++ b/build/modal.css @@ -3,7 +3,7 @@ * http://drublic.github.com/css-modal * * @author Hans Christian Reinl - @drublic - * @version 1.1.0 + * @version 1.1.0alpha */ /* * Configuration diff --git a/modal.js b/modal.js index 1b2adb6..7a0105e 100644 --- a/modal.js +++ b/modal.js @@ -3,7 +3,7 @@ * http://drublic.github.com/css-modal * * @author Hans Christian Reinl - @drublic - * @version 1.1.0 + * @version 1.1.0alpha */ (function (global) { diff --git a/modal.scss b/modal.scss index 700512d..8815a9a 100644 --- a/modal.scss +++ b/modal.scss @@ -3,7 +3,7 @@ * http://drublic.github.com/css-modal * * @author Hans Christian Reinl - @drublic - * @version 1.1.0 + * @version 1.1.0alpha */ /* diff --git a/package.json b/package.json index be673f1..f07c18f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "css-modal", "title": "CSS Modal", "description": "Modals, build with pure CSS", - "version": "1.1.0pre", + "version": "1.1.0alpha", "homepage": "https://github.com/drublic/css-modal", "author": { "name": "Hans Christian Reinl", diff --git a/tests/modal.css b/tests/modal.css index 1977c19..51988ea 100644 --- a/tests/modal.css +++ b/tests/modal.css @@ -9,7 +9,7 @@ * http://drublic.github.com/css-modal * * @author Hans Christian Reinl - @drublic - * @version 1.1.0 + * @version 1.1.0alpha */ /* * Configuration