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 3fa589a commit cb31bcbCopy full SHA for cb31bcb
package.json
@@ -3,7 +3,7 @@
3
"title": "jQuery Migrate",
4
"description": "Migrate older jQuery code to jQuery 3.0+",
5
"main": "dist/jquery-migrate.js",
6
- "version": "3.5.2",
+ "version": "3.5.3-pre",
7
"type": "module",
8
"homepage": "https://github.com/jquery/jquery-migrate",
9
"author": {
src/version.js
@@ -1,2 +1,2 @@
1
2
-jQuery.migrateVersion = "3.5.2";
+jQuery.migrateVersion = "3.5.3-pre";
0 commit comments