Skip to content

Commit 68882ad

Browse files
author
Frank Ludwig
committed
Fix distribution
1 parent 91121c8 commit 68882ad

File tree

11 files changed

+21
-21
lines changed

11 files changed

+21
-21
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ CDN
4141
---
4242
::
4343

44-
<script src="https://cdnjs.cloudflare.com/ajax/libs/galleria/1.5.1/galleria.min.js"></script>
44+
<script src="https://cdnjs.cloudflare.com/ajax/libs/galleria/1.5.2/galleria.min.js"></script>
4545

4646
https://cdnjs.com/libraries/galleria

dist/galleria.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Galleria v1.5.1 2016-12-08
2+
* Galleria v1.5.2 2017-01-13
33
* http://galleria.io
44
*
55
* Copyright (c) 2010 - 2016 worse is better UG
@@ -21,7 +21,7 @@ var doc = window.document,
2121
protoArray = Array.prototype,
2222

2323
// internal constants
24-
VERSION = 1.51,
24+
VERSION = 1.52,
2525
DEBUG = true,
2626
TIMEOUT = 30000,
2727
DUMMY = false,

dist/galleria.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plugins/flickr/galleria.flickr.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plugins/history/galleria.history.min.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
2-
* Galleria - v1.5.1 2016-12-08
2+
* Galleria - v1.5.2 2017-01-13
33
* https://galleria.io
44
*
5-
* Copyright (c) 2010 - 2016 worse is better UG
5+
* Copyright (c) 2010 - 2017 worse is better UG
66
* Licensed under the MIT License.
77
* https://raw.github.com/worseisbetter/galleria/master/LICENSE
88
*

dist/plugins/picasa/galleria.picasa.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/themes/classic/classic-demo-cdn.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ <h1>Galleria Classic Theme</h1>
114114
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.js"></script> -->
115115
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.js"></script>
116116
<!-- load Galleria -->
117-
<script src="https://cdnjs.cloudflare.com/ajax/libs/galleria/1.5.1/galleria.min.js"></script>
118-
<script src="https://cdnjs.cloudflare.com/ajax/libs/galleria/1.5.1/themes/classic/galleria.classic.min.js"></script>
117+
<script src="https://cdnjs.cloudflare.com/ajax/libs/galleria/1.5.2/galleria.min.js"></script>
118+
<script src="https://cdnjs.cloudflare.com/ajax/libs/galleria/1.5.2/themes/classic/galleria.classic.min.js"></script>
119119
<script>
120120
$(function() {
121121
Galleria.run('#galleria');

dist/themes/classic/galleria.classic.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "galleria",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"title": "Responsive JavaScript Image Gallery",
55
"description": "A free JavaScript image gallery framework that simplifies the process of creating beautiful image galleries for the web and mobile devices.",
66
"homepage": "https://galleria.io",

src/galleria.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Galleria v1.5.1 2016-12-08
2+
* Galleria v1.5.2 2017-01-13
33
* http://galleria.io
44
*
55
* Copyright (c) 2010 - 2016 worse is better UG
@@ -21,7 +21,7 @@ var doc = window.document,
2121
protoArray = Array.prototype,
2222

2323
// internal constants
24-
VERSION = 1.51,
24+
VERSION = 1.52,
2525
DEBUG = true,
2626
TIMEOUT = 30000,
2727
DUMMY = false,

src/themes/classic/classic-demo-cdn.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ <h1>Galleria Classic Theme</h1>
114114
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.js"></script> -->
115115
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.js"></script>
116116
<!-- load Galleria -->
117-
<script src="https://cdnjs.cloudflare.com/ajax/libs/galleria/1.5.1/galleria.min.js"></script>
118-
<script src="https://cdnjs.cloudflare.com/ajax/libs/galleria/1.5.1/themes/classic/galleria.classic.min.js"></script>
117+
<script src="https://cdnjs.cloudflare.com/ajax/libs/galleria/1.5.2/galleria.min.js"></script>
118+
<script src="https://cdnjs.cloudflare.com/ajax/libs/galleria/1.5.2/themes/classic/galleria.classic.min.js"></script>
119119
<script>
120120
$(function() {
121121
Galleria.run('#galleria');

0 commit comments

Comments
 (0)