Skip to content

Commit ed05189

Browse files
committed
Changed title
1 parent 145e4e1 commit ed05189

7 files changed

Lines changed: 11 additions & 11 deletions

File tree

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "strip",
3-
"description": "A Less Intrusive Responsive Lightbox",
4-
"version": "1.6.3",
3+
"description": "An Unobtrusive Responsive Lightbox",
4+
"version": "1.6.4",
55
"homepage": "http://stripjs.com",
66
"keywords": [
77
"lightbox",

dist/css/strip.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Strip - A Less Intrusive Responsive Lightbox - v1.6.3
2+
* Strip - An Unobtrusive Responsive Lightbox - v1.6.4
33
* (c) 2014-2016 Nick Stakenburg
44
*
55
* http://www.stripjs.com

dist/js/strip.pkgd.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.6.3
2+
* Strip - An Unobtrusive Responsive Lightbox - v1.6.4
33
* (c) 2014-2016 Nick Stakenburg
44
*
55
* http://www.stripjs.com
@@ -25,7 +25,7 @@
2525
}(this, function($) {
2626

2727
var Strip = {
28-
version: '1.6.3'
28+
version: '1.6.4'
2929
};
3030

3131
Strip.Skins = {

dist/js/strip.pkgd.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@staaky/strip",
33
"title": "Strip",
4-
"version": "1.6.3",
5-
"description": "A Less Intrusive Responsive Lightbox",
4+
"version": "1.6.4",
5+
"description": "An Unobtrusive Responsive Lightbox",
66
"homepage": "http://stripjs.com",
77
"author": {
88
"name": "Nick Stakenburg",

src/css/strip.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Strip - A Less Intrusive Responsive Lightbox - v<%= pkg.version %>
2+
* Strip - An Unobtrusive Responsive Lightbox - v<%= pkg.version %>
33
* (c) 2014-<%= grunt.template.today("yyyy") %> Nick Stakenburg
44
*
55
* http://www.stripjs.com

src/js/umd-head.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Strip - A Less Intrusive Responsive Lightbox - v<%= pkg.version %>
2+
* Strip - An Unobtrusive Responsive Lightbox - v<%= pkg.version %>
33
* (c) 2014-<%= grunt.template.today("yyyy") %> Nick Stakenburg
44
*
55
* http://www.stripjs.com

0 commit comments

Comments
 (0)