Skip to content

Commit 0cf8c6b

Browse files
committed
Fixed minified file missing from package
1 parent 5919152 commit 0cf8c6b

4 files changed

Lines changed: 17 additions & 4 deletions

File tree

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "strip",
33
"description": "A Less Intrusive Responsive Lightbox",
4-
"version": "1.2.1",
4+
"version": "1.2.2",
55
"homepage": "http://stripjs.com",
66
"keywords": [
77
"lightbox",

js/strip.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Strip - A Less Intrusive Responsive Lightbox - v1.2.0
2+
* Strip - A Less Intrusive Responsive Lightbox - v1.2.2
33
* (c) 2014 Nick Stakenburg
44
*
55
* http://www.stripjs.com
@@ -23,7 +23,7 @@
2323
var Strip = {};
2424

2525
$.extend(Strip, {
26-
version: '1.2.0'
26+
version: '1.2.2'
2727
});
2828

2929
// unexposed _Skins, for internal use only

js/strip.min.js

Lines changed: 13 additions & 0 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,7 +1,7 @@
11
{
22
"name": "strip",
33
"title": "Strip",
4-
"version": "1.2.1",
4+
"version": "1.2.2",
55
"description": "A Less Intrusive Responsive Lightbox",
66
"homepage": "http://stripjs.com",
77
"author": {

0 commit comments

Comments
 (0)