Skip to content

Commit

Permalink
Dev: jQuery update to 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Jun 15, 2016
1 parent 7a29768 commit 29ea956
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9,848 deletions.
2 changes: 1 addition & 1 deletion application/config/third_party.php
Expand Up @@ -10,7 +10,7 @@
'jquery' => array(
'basePath' => 'third_party.jquery',
'js' => array(
'jquery-2.2.3.min.js'
'jquery-2.2.4.min.js'
),
),

Expand Down
2 changes: 1 addition & 1 deletion application/config/version.php
Expand Up @@ -16,7 +16,7 @@
$config['dbversionnumber'] = 258;
$config['buildnumber'] = '';
$config['updatable'] = true;
$config['assetsversionnumber'] = '24';
$config['assetsversionnumber'] = '25';
return $config;

?>

0 comments on commit 29ea956

Please sign in to comment.