Skip to content

Commit 7f1591d

Browse files
committed
Bump jQuery dependency to ~2.2.0 and bump library to version 1.2.2
1 parent 100ce51 commit 7f1591d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "motion-ui",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"authors": [
55
66
],
@@ -23,6 +23,6 @@
2323
"test"
2424
],
2525
"dependencies": {
26-
"jquery": "~2.1.4"
26+
"jquery": "~2.2.0"
2727
}
2828
}

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "motion-ui",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Sass library for creating transitions and animations.",
55
"main": "dist/motion-ui.js",
66
"scripts": {
@@ -39,6 +39,6 @@
3939
"supercollider": "^1.0.0"
4040
},
4141
"dependencies": {
42-
"jquery": "^2.1.4"
42+
"jquery": "^2.2.0"
4343
}
4444
}

0 commit comments

Comments
 (0)