Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikespub committed Mar 27, 2023
1 parent 7bfda21 commit e2e812a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion base.php
Original file line number Diff line number Diff line change
Expand Up @@ -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']);
Expand Down

0 comments on commit e2e812a

Please sign in to comment.