From 4544f9fa2eaedc9ee28d0a2919707d4ccc970342 Mon Sep 17 00:00:00 2001 From: Brian Gonzalez Date: Sat, 13 Jun 2015 09:16:07 -0700 Subject: [PATCH] v1.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4976dfb..812087e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Brian Gonzalez", "name": "jquery.adaptive-backgrounds", "description": "A simple jQuery plugin to extract the dominant color of an image and apply it to the background of its parent element.", - "version": "1.0.2", + "version": "1.0.3", "repository": { "url": "http://briangonzalez.github.io/jquery.adaptive-backgrounds.js/" },