Skip to content

Commit

Permalink
Also update version string in library info
Browse files Browse the repository at this point in the history
  • Loading branch information
indigoxela committed Jun 22, 2024
1 parent 119b6e9 commit 59a77ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/modules/system/system.module
Original file line number Diff line number Diff line change
Expand Up @@ -1507,7 +1507,7 @@ function system_library_info() {
$libraries['ui'] = array(
'title' => 'jQuery UI: Core',
'website' => 'http://jqueryui.com',
'version' => '1.13.2',
'version' => '1.13.3',
'js' => array(
'core/misc/ui/jquery.ui.data.min.js' => array(
'group' => JS_LIBRARY,
Expand Down

0 comments on commit 59a77ff

Please sign in to comment.