We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e8fa9c commit bccaa47Copy full SHA for bccaa47
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.2.0",
+ "version": "3.2.1-pre",
7
"homepage": "https://github.com/jquery/jquery-migrate",
8
"author": {
9
"name": "OpenJS Foundation and other contributors",
src/version.js
@@ -1,2 +1,2 @@
1
2
-jQuery.migrateVersion = "3.2.0";
+jQuery.migrateVersion = "3.2.1-pre";
0 commit comments