Skip to content

Commit a85bb9a

Browse files
committed
Tagging the 3.3.0 release.
1 parent 3af92ac commit a85bb9a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ In your web page, load this plugin *after* the script tag for jQuery, for exampl
1313

1414
```html
1515
<script src="https://code.jquery.com/jquery-3.0.0.js"></script>
16-
<script src="https://code.jquery.com/jquery-migrate-3.2.0.js"></script>
16+
<script src="https://code.jquery.com/jquery-migrate-3.3.0.js"></script>
1717
```
1818

1919
## Download
@@ -26,7 +26,7 @@ The production build is minified and does not generate console warnings. It will
2626
|--|-------------|------------|
2727
| Debugging enabled | <p align="center">✓</p> | |
2828
| Minified | | <p align="center">✓</p> |
29-
| Latest release (*may be hotlinked if desired*) | [jquery-migrate-3.2.0.js](https://code.jquery.com/jquery-migrate-3.2.0.js) | [jquery-migrate-3.2.0.min.js](https://code.jquery.com/jquery-migrate-3.2.0.min.js) |
29+
| 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) |
3030
| \* 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) |
3131

3232

package.json

Lines changed: 1 addition & 1 deletion
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.2.1-pre",
6+
"version": "3.3.0",
77
"homepage": "https://github.com/jquery/jquery-migrate",
88
"author": {
99
"name": "OpenJS Foundation and other contributors",

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

0 commit comments

Comments
 (0)