Skip to content

Commit 2e7daa8

Browse files
committed
Release 2.7.1
1 parent cdf71e1 commit 2e7daa8

File tree

9 files changed

+20
-39
lines changed

9 files changed

+20
-39
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lightbox",
3-
"version": "2.7.0",
3+
"version": "2.7.1",
44
"homepage": "http://lokeshdhakar.com/projects/lightbox2/",
55
"authors": [
66
"Lokesh Dhakar <lokesh.dhakar@gmail.com>"

css/screen.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<head>
44
<meta charset="utf-8">
55

6-
<title>Lightbox 2</title>
6+
<title>Lightbox</title>
77

8-
<meta name="description" lang="en" content="Lightbox 2 is a script used to overlay images on the current page. It's a snap to setup and works on all modern browsers."/>
8+
<meta name="description" lang="en" content="Lightbox is a script used to overlay images on the current page. It's a snap to setup and works on all modern browsers."/>
99
<meta name="author" content="Lokesh Dhakar">
1010
<meta name="viewport" content="width=device-width, initial-scale=1">
1111

@@ -23,7 +23,7 @@ <h1 class="logo">Lightbox</h1>
2323
The original lightbox script.<br />Eight years later &mdash; still going strong!
2424
</p>
2525

26-
<a href="releases/lightbox-2.7.0.zip" class="button">
26+
<a href="releases/lightbox-2.7.1.zip" class="button">
2727
Download
2828
</a>
2929

js/lightbox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Lightbox v2.7.0
2+
* Lightbox v2.7.1
33
* by Lokesh Dhakar - http://lokeshdhakar.com/projects/lightbox2/
44
*
55
* @license http://creativecommons.org/licenses/by/2.5/

0 commit comments

Comments
 (0)