Skip to content

Commit bccaa47

Browse files
committed
Updating the source version to 3.2.1-pre
1 parent 1e8fa9c commit bccaa47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"title": "jQuery Migrate",
44
"description": "Migrate older jQuery code to jQuery 3.0+",
55
"main": "dist/jquery-migrate.js",
6-
"version": "3.2.0",
6+
"version": "3.2.1-pre",
77
"homepage": "https://github.com/jquery/jquery-migrate",
88
"author": {
99
"name": "OpenJS Foundation and other contributors",

src/version.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
jQuery.migrateVersion = "3.2.0";
2+
jQuery.migrateVersion = "3.2.1-pre";

0 commit comments

Comments
 (0)