diff --git a/README.md b/README.md index d3be8fd..2fb2cab 100644 --- a/README.md +++ b/README.md @@ -295,6 +295,6 @@ To support older browsers, consider including [polyfills/shims](https://github.c ## License -[GPL-3.0](http://www.gnu.org/licenses/gpl.txt). © 2016 Michael Cavalea +[MIT](https://opensource.org/licenses/MIT). © 2016 Michael Cavalea [![Built With Love](http://forthebadge.com/images/badges/built-with-love.svg)](http://forthebadge.com) diff --git a/dist/layzr.min.js b/dist/layzr.min.js index 46a7a5f..026c1b2 100644 --- a/dist/layzr.min.js +++ b/dist/layzr.min.js @@ -1,5 +1,5 @@ /*! - * Layzr.js 2.2.0 - A small, fast, and modern library for lazy loading images. + * Layzr.js 2.2.1 - A small, fast, and modern library for lazy loading images. * Copyright (c) 2016 Michael Cavalea - http://callmecavs.github.io/layzr.js/ * License: MIT */ diff --git a/package.json b/package.json index 03b61eb..ece6e67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "layzr.js", - "version": "2.2.0", + "version": "2.2.1", "description": "A small, fast, and modern library for lazy loading images.", "homepage": "http://callmecavs.github.io/layzr.js/", "main": "dist/layzr.min.js",