Skip to content

Commit def50c5

Browse files
committed
Updating the source version to 1.3.1-pre
1 parent dac626c commit def50c5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 3 additions & 3 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 1.9+",
55
"main": "dist/jquery-migrate.js",
6-
"version": "1.3.0",
6+
"version": "1.3.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/1.3.0/AUTHORS.txt"
10+
"url": "https://github.com/jquery/jquery-migrate/blob/master/AUTHORS.txt"
1111
},
1212
"repository": {
1313
"type": "git",
@@ -19,7 +19,7 @@
1919
"licenses": [
2020
{
2121
"type": "MIT",
22-
"url": "https://github.com/jquery/jquery-migrate/blob/1.3.0/LICENSE.txt"
22+
"url": "https://github.com/jquery/jquery-migrate/blob/master/LICENSE.txt"
2323
}
2424
],
2525
"devDependencies": {

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 = "1.3.0";
2+
jQuery.migrateVersion = "1.3.1-pre";

0 commit comments

Comments
 (0)