diff --git a/application/views/templates/footer.php b/application/views/templates/footer.php index 2e368bae..4ec09b1f 100644 --- a/application/views/templates/footer.php +++ b/application/views/templates/footer.php @@ -21,7 +21,7 @@ case 'fr' : echo 'Jorani'; break; default : echo 'Jorani'; break; } ?> -  v ©2014-2019 Benjamin BALET +  v ©2014-2023 Benjamin BALET diff --git a/index.php b/index.php index 5a74dc55..a52a32cf 100644 --- a/index.php +++ b/index.php @@ -322,7 +322,7 @@ * And away we go... */ -$GLOBALS['versionOfJorani'] = '1.0.0'; +$GLOBALS['versionOfJorani'] = '1.0.3'; require_once FCPATH . 'vendor/autoload.php'; require_once BASEPATH.'core/CodeIgniter.php';