Skip to content

Commit

Permalink
Prepeare release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsor committed May 15, 2015
1 parent d8d4238 commit d88e950
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Changelog
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org).

1.2.0 - 2015-05-15
------------------

* Changed: The iFrame handler is now the latest handler in the auto-detection
chain and can now handle all types of URLs.

1.1.2 - 2015-04-23
------------------

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lity",
"version": "1.1.2",
"version": "1.2.0",
"authors": [
"Jan Sorgalla <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion dist/lity.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Lity - v1.1.2 - 2015-05-15
/*! Lity - v1.2.0 - 2015-05-15
* http://sorgalla.com/lity/
* Copyright (c) 2015 Jan Sorgalla; Licensed MIT */
.lity {
Expand Down
4 changes: 2 additions & 2 deletions dist/lity.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Lity - v1.1.2 - 2015-05-15
/*! Lity - v1.2.0 - 2015-05-15
* http://sorgalla.com/lity/
* Copyright (c) 2015 Jan Sorgalla; Licensed MIT */
(function(window, factory) {
Expand Down Expand Up @@ -363,7 +363,7 @@
return popup.options(options);
}

lity.version = '1.1.2';
lity.version = '1.2.0';
lity.handlers = $.proxy(settings, lity, _defaultHandlers);
lity.options = $.proxy(settings, lity, _defaultOptions);

Expand Down
2 changes: 1 addition & 1 deletion dist/lity.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/lity.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "http://sorgalla.com"
},
"homepage": "http://sorgalla.com/lity/",
"version": "1.1.2",
"version": "1.2.0",
"main": "dist/lity.js",
"peerDependencies": {
"jquery": ">=1.7"
Expand Down

0 comments on commit d88e950

Please sign in to comment.