diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2019-06-22 10:11:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-22 10:11:48 (GMT) |
commit | ec3b7a41ea4781d98250a306c2da83ccfddc3519 (patch) | |
tree | fb3083049327d39cc387b487a569cc149f6b1fab | |
parent | 1f351e4648c688c6ed90acfe0132aa47bc101141 (diff) | |
parent | 7302093669f19e287a1b3b638f3365d68125d426 (diff) | |
download | Doxygen-ec3b7a41ea4781d98250a306c2da83ccfddc3519.zip Doxygen-ec3b7a41ea4781d98250a306c2da83ccfddc3519.tar.gz Doxygen-ec3b7a41ea4781d98250a306c2da83ccfddc3519.tar.bz2 |
Merge pull request #7070 from coliff/patch-1
update jQuery version mentioned in README to 3.4.1
-rw-r--r-- | jquery/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jquery/README b/jquery/README index b2b8259..6f39c34 100644 --- a/jquery/README +++ b/jquery/README @@ -1,6 +1,6 @@ Doxygen's jquery.js script is composed of minified versions of the following packages: -- jquery 3.3.1: https://jquery.com/download/ +- jquery 3.4.1: https://jquery.com/download/ - jquery.ui 1.12.1: https://github.com/jquery/jquery-ui modules required: - jquery.ui.core all |