Skip to content

Commit

Permalink
Bump to 0.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kylefox committed Nov 15, 2015
1 parent 82187e1 commit abd5556
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "jquery-modal",
"version": "0.5.10",
"version": "0.5.11",
"main": [
"jquery.modal.js",
"jquery.modal.css",
Expand Down
2 changes: 1 addition & 1 deletion jquery.modal.js
@@ -1,6 +1,6 @@
/*
A simple jQuery modal (http://github.com/kylefox/jquery-modal)
Version 0.5.10
Version 0.5.11
*/
(function($) {

Expand Down
4 changes: 2 additions & 2 deletions jquery.modal.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jquery-modal",
"version": "0.5.10",
"version": "0.5.11",
"main": "jquery.modal.js",
"style": "jquery.modal.css",
"description": "The simplest possible modal for jQuery",
Expand Down

0 comments on commit abd5556

Please sign in to comment.