Skip to content

Commit

Permalink
Tagging the 3.5.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgol committed Jul 12, 2024
1 parent 803fe8e commit ca9394d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ In your web page, load this plugin *after* the script tag for jQuery, for exampl

```html
<script src="https://code.jquery.com/jquery-3.7.1.js"></script>
<script src="https://code.jquery.com/jquery-migrate-3.4.1.js"></script>
<script src="https://code.jquery.com/jquery-migrate-3.5.0.js"></script>
```

## Download
Expand All @@ -39,7 +39,7 @@ The production build is minified and does not generate console warnings. It will
|--|-------------|------------|
| Debugging enabled | <p align="center">✓</p> | |
| Minified | | <p align="center">✓</p> |
| 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) |
| 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) |
| \* 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) |


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "jQuery Migrate",
"description": "Migrate older jQuery code to jQuery 3.0+",
"main": "dist/jquery-migrate.js",
"version": "3.4.2-pre",
"version": "3.5.0",
"type": "module",
"homepage": "https://github.com/jquery/jquery-migrate",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

jQuery.migrateVersion = "3.4.2-pre";
jQuery.migrateVersion = "3.5.0";

0 comments on commit ca9394d

Please sign in to comment.