Skip to content

Commit

Permalink
Updating version string.
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 15, 2022
1 parent e223521 commit e10e280
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion owa_env.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
define('OWA_PLUGIN_DIR', OWA_DIR.'plugins/');
define('OWA_CONF_DIR', OWA_DIR.'conf/');
define('OWA_THEMES_DIR', OWA_DIR.'themes/');
define('OWA_VERSION', 'master');
define('OWA_VERSION', '1.7.6');
define('OWA_VENDOR_DIR', OWA_DIR.'vendor/');

require_once ( OWA_VENDOR_DIR . 'autoload.php' );
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "owa",
"version": "1.0.0",
"version": "1.7.6",
"description": "Open Web Analytics is an open source alternative to commercial web analytics tools such as Google Analytics. This software allows you to stay in control of the data you collect about the user of your websites or applications.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e10e280

Please sign in to comment.