Skip to content

Commit

Permalink
Bump to v.0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kylefox committed Aug 17, 2015
1 parent 8e088df commit 3040475
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-modal",
"version": "0.5.6",
"version": "0.5.7",
"main": [
"jquery.modal.js",
"jquery.modal.css",
Expand Down
2 changes: 1 addition & 1 deletion jquery.modal.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
A simple jQuery modal (http://github.com/kylefox/jquery-modal)
Version 0.5.6
Version 0.5.7
*/
(function($) {

Expand Down
2 changes: 1 addition & 1 deletion 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-modal",
"version": "0.5.6",
"version": "0.5.7",
"description": "The simplest possible modal for jQuery",
"homepage": "https://github.com/kylefox/jquery-modal",
"repository": "kylefox/jquery-modal",
Expand Down

0 comments on commit 3040475

Please sign in to comment.