Skip to content

Commit ca9394d

Browse files
committed
Tagging the 3.5.0 release.
1 parent 803fe8e commit ca9394d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In your web page, load this plugin *after* the script tag for jQuery, for exampl
2626

2727
```html
2828
<script src="https://code.jquery.com/jquery-3.7.1.js"></script>
29-
<script src="https://code.jquery.com/jquery-migrate-3.4.1.js"></script>
29+
<script src="https://code.jquery.com/jquery-migrate-3.5.0.js"></script>
3030
```
3131

3232
## Download
@@ -39,7 +39,7 @@ The production build is minified and does not generate console warnings. It will
3939
|--|-------------|------------|
4040
| Debugging enabled | <p align="center">✓</p> | |
4141
| Minified | | <p align="center">✓</p> |
42-
| Latest release (*may be hotlinked if desired*) | [jquery-migrate-3.4.1.js](https://code.jquery.com/jquery-migrate-3.4.1.js) | [jquery-migrate-3.4.1.min.js](https://code.jquery.com/jquery-migrate-3.4.1.min.js) |
42+
| Latest release (*may be hotlinked if desired*) | [jquery-migrate-3.5.0.js](https://code.jquery.com/jquery-migrate-3.5.0.js) | [jquery-migrate-3.5.0.min.js](https://code.jquery.com/jquery-migrate-3.5.0.min.js) |
4343
| \* Latest work-in-progress build | [jquery-migrate-git.js](https://releases.jquery.com/git/jquery-migrate-git.js) | [jquery-migrate-git.min.js](https://releases.jquery.com/git/jquery-migrate-git.min.js) |
4444

4545

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.4.2-pre",
6+
"version": "3.5.0",
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.4.2-pre";
2+
jQuery.migrateVersion = "3.5.0";

0 commit comments

Comments
 (0)