From 31f2f54c005748e63cdee194aa45db4c29f838f7 Mon Sep 17 00:00:00 2001 From: Josh McCarty Date: Sun, 4 Dec 2016 20:25:50 -0700 Subject: [PATCH] Update jQuery plugin manifest --- flurry.jquery.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flurry.jquery.json b/flurry.jquery.json index 582b04a..54eccee 100644 --- a/flurry.jquery.json +++ b/flurry.jquery.json @@ -6,7 +6,7 @@ "snow", "animation" ], - "version": "0.4.0", + "version": "1.0.0", "author": { "name": "Josh McCarty", "email": "josh@joshmccarty.com", @@ -30,6 +30,6 @@ "docs": "https://github.com/joshmcrty/Flurry", "download": "https://github.com/joshmcrty/Flurry", "dependencies": { - "jquery": ">=1.0" + "jquery": ">=1.4.3" } }