We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df78fb commit 860b7c4Copy full SHA for 860b7c4
package.json
@@ -3,11 +3,11 @@
3
"title": "jQuery Migrate",
4
"description": "Migrate older jQuery code to jQuery 1.9+",
5
"main": "dist/jquery-migrate.js",
6
- "version": "1.4.0",
+ "version": "1.4.1-pre",
7
"homepage": "https://github.com/jquery/jquery-migrate",
8
"author": {
9
"name": "jQuery Foundation and other contributors",
10
- "url": "https://github.com/jquery/jquery-migrate/blob/1.4.0/AUTHORS.txt"
+ "url": "https://github.com/jquery/jquery-migrate/blob/1.x-stable/AUTHORS.txt"
11
},
12
"repository": {
13
"type": "git",
src/version.js
@@ -1,2 +1,2 @@
1
2
-jQuery.migrateVersion = "1.4.0";
+jQuery.migrateVersion = "1.4.1-pre";
0 commit comments