diff --git a/CHANGELOG.md b/CHANGELOG.md index 417c707c4..c3c74cef6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log for COPS -1.3.x - 2023xxxx Update npm asset dependencies (WIP) +1.3.3 - 20230327 Update npm asset dependencies * Fix link to typeahead.css for bootstrap2 templates * Move simonpioli/sortelements dev-master to resources (last updated in 2012) * Switch from bower-asset/dot 1.1.3 to npm-asset/dot 1.1.3 diff --git a/base.php b/base.php index 7416f3c46..06402c9ad 100644 --- a/base.php +++ b/base.php @@ -9,7 +9,7 @@ require 'config.php'; /** @var array $config */ -define('VERSION', '1.3.2'); +define('VERSION', '1.3.3'); define('DB', 'db'); define('TEMPLATE_DIR', 'templates/'); date_default_timezone_set($config['default_timezone']);