Skip to content

Commit 93c37d1

Browse files
committed
Updating the source version to 3.0.1-pre
1 parent 48e7cae commit 93c37d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"title": "jQuery Migrate",
44
"description": "Migrate older jQuery code to jQuery 3.0+",
55
"main": "dist/jquery-migrate.js",
6-
"version": "3.0.0",
6+
"version": "3.0.1-pre",
77
"homepage": "https://github.com/jquery/jquery-migrate",
88
"author": {
99
"name": "jQuery Foundation and other contributors",
10-
"url": "https://github.com/jquery/jquery-migrate/blob/3.0.0/AUTHORS.txt"
10+
"url": "https://github.com/jquery/jquery-migrate/blob/master/AUTHORS.txt"
1111
},
1212
"repository": {
1313
"type": "git",

src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
jQuery.migrateVersion = "3.0.0";
2+
jQuery.migrateVersion = "3.0.1-pre";

0 commit comments

Comments
 (0)