Skip to content

Commit

Permalink
v1.1.0alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
drublic committed Sep 13, 2013
1 parent 26e4766 commit bfe8fe8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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": "css-modal",
"version": "1.0.4",
"version": "1.1.0alpha",
"main": [
"modal.scss",
"modal.js"
Expand Down
2 changes: 1 addition & 1 deletion build/modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* http://drublic.github.com/css-modal
*
* @author Hans Christian Reinl - @drublic
* @version 1.1.0
* @version 1.1.0alpha
*/
/*
* Configuration
Expand Down
2 changes: 1 addition & 1 deletion modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* http://drublic.github.com/css-modal
*
* @author Hans Christian Reinl - @drublic
* @version 1.1.0
* @version 1.1.0alpha
*/

/*
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion tests/modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* http://drublic.github.com/css-modal
*
* @author Hans Christian Reinl - @drublic
* @version 1.1.0
* @version 1.1.0alpha
*/
/*
* Configuration
Expand Down

0 comments on commit bfe8fe8

Please sign in to comment.