From d581cd68dc4e1f05ac946c0bc7e8c41ae28e4588 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois-David=20Collin?= Date: Tue, 7 Mar 2017 11:20:32 +0100 Subject: [PATCH] bump version --- package.json | 70 ++++++++++++++++++++++++++-------------------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/package.json b/package.json index fa7e2fe..7144727 100644 --- a/package.json +++ b/package.json @@ -1,36 +1,36 @@ { - "name": "justlazy", - "main": "src/justlazy.js", - "author": "Fabian Hoffmann", - "description": "Lightweight javascript plugin to lazy load images", - "version": "1.6.0", - "homepage": "http://fhopeman.github.io/justlazy", - "repository": { - "type": "git", - "url": "https://github.com/fhopeman/justlazy" - }, - "bugs": { - "url": "https://github.com/fhopeman/justlazy/issues" - }, - "keywords": [ - "lazy", - "load", - "loading", - "image", - "images" - ], - "license": "MIT", - "devDependencies": { - "grunt": "~1.0.1", - "grunt-cli": "~1.2.0", - "grunt-contrib-connect": "~1.0.2", - "grunt-contrib-jasmine": "~1.0.3", - "grunt-contrib-jshint": "~1.0.0", - "grunt-contrib-uglify": "~2.0.0", - "grunt-contrib-watch": "~1.0.0", - "grunt-saucelabs": "~9.0.0" - }, - "scripts": { - "test": "grunt travis-ci" - } -} + "name": "justlazy", + "main": "src/justlazy.js", + "author": "Fabian Hoffmann", + "description": "Lightweight javascript plugin to lazy load images", + "version": "1.6.1", + "homepage": "http://fhopeman.github.io/justlazy", + "repository": { + "type": "git", + "url": "https://github.com/fhopeman/justlazy" + }, + "bugs": { + "url": "https://github.com/fhopeman/justlazy/issues" + }, + "keywords": [ + "lazy", + "load", + "loading", + "image", + "images" + ], + "license": "MIT", + "devDependencies": { + "grunt": "~1.0.1", + "grunt-cli": "~1.2.0", + "grunt-contrib-connect": "~1.0.2", + "grunt-contrib-jasmine": "~1.0.3", + "grunt-contrib-jshint": "~1.0.0", + "grunt-contrib-uglify": "~2.0.0", + "grunt-contrib-watch": "~1.0.0", + "grunt-saucelabs": "~9.0.0" + }, + "scripts": { + "test": "grunt travis-ci" + } +} \ No newline at end of file