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 48e7cae commit 93c37d1Copy full SHA for 93c37d1
package.json
@@ -3,11 +3,11 @@
3
"title": "jQuery Migrate",
4
"description": "Migrate older jQuery code to jQuery 3.0+",
5
"main": "dist/jquery-migrate.js",
6
- "version": "3.0.0",
+ "version": "3.0.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/3.0.0/AUTHORS.txt"
+ "url": "https://github.com/jquery/jquery-migrate/blob/master/AUTHORS.txt"
11
},
12
"repository": {
13
"type": "git",
src/version.js
@@ -1,2 +1,2 @@
1
2
-jQuery.migrateVersion = "3.0.0";
+jQuery.migrateVersion = "3.0.1-pre";
0 commit comments