diff --git a/README.md b/README.md index 8ef793f..4d887bc 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ var lightbox2 = $('.lighbox-2 a').simpleLightbox(); ``` ### Changelog -**1.6.0 - Option for caption position. Disable prev or next arrow if loop is false and position is first or last. ** +**1.6.0 - Option for caption position. Disable prev or next arrow if loop is false and position is first or last.** **1.5.1 - Bugfix for multiple lightboxes on one page** **1.5.0 - Added options for disabling rightclick and scrolling, changed default prev- and next-button text** **1.4.6 - Option for fileExt can now be false to enable pictures like example.com/pic/200/100** diff --git a/bower.json b/bower.json index d9befb6..2651dad 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "simplelightbox", - "version": "1.5.1", + "version": "1.6.0", "homepage": "http://andreknieriem.de/simple-lightbox", "authors": [ "André Rinas (http://andreknieriem.de)" diff --git a/package.json b/package.json index 7f9183f..2f37513 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simplelightbox", - "version": "1.5.1", + "version": "1.6.0", "description": "Touch-friendly image lightbox for mobile and desktop with jQuery", "main": "dist/simple-lightbox.js", "repository": {