Skip to content

Commit

Permalink
Increment v number
Browse files Browse the repository at this point in the history
  • Loading branch information
scaron committed Jan 18, 2013
1 parent 4d1ab27 commit ed5e70e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/jquery.prettyPhoto.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
Class: prettyPhoto
Use: Lightbox clone for jQuery
Author: Stephane Caron (http://www.no-margin-for-errors.com)
Version: 3.1.4
Version: 3.1.5
------------------------------------------------------------------------- */
(function($) {
$.prettyPhoto = {version: '3.1.4'};
$.prettyPhoto = {version: '3.1.5'};

$.fn.prettyPhoto = function(pp_settings) {
pp_settings = jQuery.extend({
Expand Down

0 comments on commit ed5e70e

Please sign in to comment.