Skip to content

Commit

Permalink
Bump to 0.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kylefox committed Oct 9, 2015
1 parent 2a1f3bc commit b99ee76
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.8",
"version": "0.5.9",
"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:https://github.com/kylefox/jquery-modal)
Version 0.5.8
Version 0.5.9
*/
(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.8",
"version": "0.5.9",
"main": "jquery.modal.js",
"description": "The simplest possible modal for jQuery",
"homepage": "https://github.com/kylefox/jquery-modal",
Expand Down

0 comments on commit b99ee76

Please sign in to comment.