Skip to content

Commit

Permalink
0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
corsac committed May 14, 2018
1 parent d097f33 commit 271a5ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dt-metrics/metrics.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function __construct() {
// load basic charts
require_once( get_template_directory() . '/dt-metrics/metrics-personal.php' );
require_once( get_template_directory() . '/dt-metrics/metrics-project.php' );
require_once( get_template_directory() . '/dt-metrics/metrics-users.php' );
// require_once( get_template_directory() . '/dt-metrics/metrics-users.php' );
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public function __construct()
* Prepare variables
*/
$this->token = 'disciple_tools';
$this->version = '0.8.0';
$this->version = '0.8.1';
$this->migration_number = 6;

$this->theme_url = get_template_directory_uri() . '/';
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: http://disciple.tools
Description: Disciple Tools is a coalition management system for disciple making movements.
Author URI: https://github.com/DiscipleTools
GitHub Plugin URI: https://github.com/DiscipleTools/disciple-tools
Version: 0.8.0
Version: 0.8.1
Requires at least: 4.7.0
License: GPL-2.0 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down

0 comments on commit 271a5ce

Please sign in to comment.