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" } }