Skip to content

Commit

Permalink
Tagging the 3.3.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmethvin committed Jun 25, 2020
1 parent 786733f commit 7b7573f
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 @@ -13,7 +13,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.0.0.js"></script>
<script src="https://code.jquery.com/jquery-migrate-3.3.0.js"></script>
<script src="https://code.jquery.com/jquery-migrate-3.3.1.js"></script>
```

## Download
Expand All @@ -26,7 +26,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.3.0.js](https://code.jquery.com/jquery-migrate-3.3.0.js) | [jquery-migrate-3.3.0.min.js](https://code.jquery.com/jquery-migrate-3.3.0.min.js) |
| Latest release (*may be hotlinked if desired*) | [jquery-migrate-3.3.1.js](https://code.jquery.com/jquery-migrate-3.3.1.js) | [jquery-migrate-3.3.1.min.js](https://code.jquery.com/jquery-migrate-3.3.1.min.js) |
| \* Latest work-in-progress build | [jquery-migrate-git.js](https://code.jquery.com/jquery-migrate-git.js) | [jquery-migrate-git.min.js](https://code.jquery.com/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.3.1-pre",
"version": "3.3.1",
"homepage": "https://github.com/jquery/jquery-migrate",
"author": {
"name": "OpenJS Foundation and other contributors",
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.3.1-pre";
jQuery.migrateVersion = "3.3.1";

0 comments on commit 7b7573f

Please sign in to comment.