From 7f1591d629501f6ec2af3e29368299776ac87e60 Mon Sep 17 00:00:00 2001 From: Geoff Kimball Date: Fri, 26 Feb 2016 12:56:36 -0800 Subject: [PATCH] Bump jQuery dependency to ~2.2.0 and bump library to version 1.2.2 --- bower.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index 4064c74..052b904 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "motion-ui", - "version": "1.2.1", + "version": "1.2.2", "authors": [ "ZURB " ], @@ -23,6 +23,6 @@ "test" ], "dependencies": { - "jquery": "~2.1.4" + "jquery": "~2.2.0" } } diff --git a/package.json b/package.json index 843363b..28a4092 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "motion-ui", - "version": "1.2.1", + "version": "1.2.2", "description": "Sass library for creating transitions and animations.", "main": "dist/motion-ui.js", "scripts": { @@ -39,6 +39,6 @@ "supercollider": "^1.0.0" }, "dependencies": { - "jquery": "^2.1.4" + "jquery": "^2.2.0" } }