Skip to content
This repository was archived by the owner on Feb 17, 2023. It is now read-only.

Commit f61b6a4

Browse files
committed
added 0.5.1 tags
1 parent 8cb05c1 commit f61b6a4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# jsOnlyLightbox v0.5
1+
# jsOnlyLightbox 0.5.1
22
#### Responsive Lightbox written in plain JavaScript
33

44
## Features

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
5-
<title>jsOnlyLightbox v0.5</title>
5+
<title>jsOnlyLightbox 0.5.1</title>
66
<meta name="keywords" content="lightbox showbox picture box javascript js only gallery slim lightweight responsive">
77
<meta name="description" content="jsonlylightbox is written in plain JavaScript. No jQuery needed, responsive, customizable, lightweight, supports IE8+ and is free for personal and commercial use">
88
<meta name="author" content="Felix Hagspiel http://felixhagspiel.de">
@@ -97,7 +97,7 @@
9797
<body id="body">
9898
<a href="https://github.com/felixhagspiel/jsOnlyLightbox"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://camo.githubusercontent.com/c6625ac1f3ee0a12250227cf83ce904423abf351/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f6c6566745f677261795f3664366436642e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_left_gray_6d6d6d.png"></a>
9999
<div class="section">
100-
<h1>jsOnlyLightbox v0.5</h1>
100+
<h1>jsOnlyLightbox 0.5.1</h1>
101101
<h2>Responsive Lightbox written in plain JavaScript</h2>
102102
<ul class="u-list">
103103
<li>No jQuery needed</li>

js/lightbox.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"use strict"
22

33
/**
4-
* jsOnlyLightbox 0.5.0
4+
* jsOnlyLightbox 0.5.1
55
* Copyright © 2014 Felix Hagspiel - http://jslightbox.felixhagspiel.de
66
*
77
* @license MIT

0 commit comments

Comments
 (0)