Skip to content

Commit 3f35988

Browse files
committed
Updating the source version to 3.5.1-pre
1 parent ca9394d commit 3f35988

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.5.0",
6+
"version": "3.5.1-pre",
77
"type": "module",
88
"homepage": "https://github.com/jquery/jquery-migrate",
99
"author": {

src/version.js

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

2-
jQuery.migrateVersion = "3.5.0";
2+
jQuery.migrateVersion = "3.5.1-pre";

0 commit comments

Comments
 (0)