Skip to content

Commit 0f1fe01

Browse files
committed
fix(README): point to v1.4.0 release urls
1 parent 89e461e commit 0f1fe01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ All warnings generated by this plugin start with the string "JQMIGRATE". A list
3131
The development version provides console warning messages when deprecated and/or removed APIs are used. Use this version during development and debugging, and whenever you are reporting bugs to the jQuery team.
3232

3333
**Latest released development version:** This file is hosted on jQuery's CDN, and can be hotlinked if desired.
34-
[https://code.jquery.com/jquery-migrate-1.3.0.js](https://code.jquery.com/jquery-migrate-1.3.0.js)
34+
[https://code.jquery.com/jquery-migrate-1.4.0.js](https://code.jquery.com/jquery-migrate-1.4.0.js)
3535

3636
**Current work-in-progress build:** Although this file represents the most recent updates to the plugin, it may not have been thoroughly tested.
3737
[https://code.jquery.com/jquery-migrate-git.js](https://code.jquery.com/jquery-migrate-git.js)
@@ -41,7 +41,7 @@ The development version provides console warning messages when deprecated and/or
4141
The minified production file is compressed and does not generate console warnings. It will only generate a console log message upon loading, or if it detects and error such as an outdated version of jQuery that it does not support. Do not use this file for development or debugging, it will make your life miserable.
4242

4343
**Latest released production version:**
44-
[https://code.jquery.com/jquery-migrate-1.3.0.min.js](https://code.jquery.com/jquery-migrate-1.3.0.min.js)
44+
[https://code.jquery.com/jquery-migrate-1.4.0.min.js](https://code.jquery.com/jquery-migrate-1.4.0.min.js)
4545
This file is hosted on jQuery's CDN, and can be hotlinked if desired.
4646

4747
**Current work-in-progress build:** Although this file represents the most recent updates to the plugin, it may not have been thoroughly tested. We do not recommend using this file on production sites since it may be unstable; use the released production version above.

0 commit comments

Comments
 (0)