diff --git a/Dashboard.module b/Dashboard.module index 6995887..6535f63 100755 --- a/Dashboard.module +++ b/Dashboard.module @@ -9,7 +9,7 @@ namespace ProcessWire; * @author Philipp Daun * @license GPL-3.0 * - * @version 0.7.1 + * @version 0.7.2 */ // Include abstract panel base class @@ -27,7 +27,7 @@ class Dashboard extends Process implements Module 'summary' => __('Configurable dashboard page', __FILE__), 'href' => 'https://github.com/daun/processwire-dashboard', 'author' => 'Philipp Daun', - 'version' => '0.7.1', + 'version' => '0.7.2', 'icon' => 'compass', 'permission' => 'dashboard-view', 'permissions' => [ diff --git a/DashboardPanelChart.module b/DashboardPanelChart.module index 87b40bf..ed9458a 100755 --- a/DashboardPanelChart.module +++ b/DashboardPanelChart.module @@ -14,7 +14,7 @@ class DashboardPanelChart extends DashboardPanel 'title' => __('Dashboard Panel: Chart', __FILE__), 'summary' => __('Display a customizable chart from any data source', __FILE__), 'author' => 'Philipp Daun', - 'version' => '0.7.1', + 'version' => '0.7.2', ] ); } diff --git a/DashboardPanelCollection.module b/DashboardPanelCollection.module index 244f6a4..d003628 100755 --- a/DashboardPanelCollection.module +++ b/DashboardPanelCollection.module @@ -14,7 +14,7 @@ class DashboardPanelCollection extends DashboardPanel 'title' => __('Dashboard Panel: Collection', __FILE__), 'summary' => __('Display a collection of pages in a table', __FILE__), 'author' => 'Philipp Daun', - 'version' => '0.7.1', + 'version' => '0.7.2', ] ); } diff --git a/DashboardPanelNotice.module b/DashboardPanelNotice.module index e5d5a80..5255e7a 100755 --- a/DashboardPanelNotice.module +++ b/DashboardPanelNotice.module @@ -14,7 +14,7 @@ class DashboardPanelNotice extends DashboardPanel 'title' => __('Dashboard Panel: Notice', __FILE__), 'summary' => __('Display a notice with icon', __FILE__), 'author' => 'Philipp Daun', - 'version' => '0.7.1', + 'version' => '0.7.2', ] ); } diff --git a/DashboardPanelNumber.module b/DashboardPanelNumber.module index 26388c5..b4e36fd 100755 --- a/DashboardPanelNumber.module +++ b/DashboardPanelNumber.module @@ -16,7 +16,7 @@ class DashboardPanelNumber extends DashboardPanel 'title' => __('Dashboard Panel: Number', __FILE__), 'summary' => __('Display a single number with trend indicator', __FILE__), 'author' => 'Philipp Daun', - 'version' => '0.7.1', + 'version' => '0.7.2', ] ); } diff --git a/DashboardPanelShortcuts.module b/DashboardPanelShortcuts.module index 3efdab9..f08eba6 100755 --- a/DashboardPanelShortcuts.module +++ b/DashboardPanelShortcuts.module @@ -14,7 +14,7 @@ class DashboardPanelShortcuts extends DashboardPanel 'title' => __('Dashboard Panel: Shortcuts', __FILE__), 'summary' => __('Display a list of shortcuts to admin pages', __FILE__), 'author' => 'Philipp Daun', - 'version' => '0.7.1', + 'version' => '0.7.2', ] ); } diff --git a/DashboardPanelTemplate.module b/DashboardPanelTemplate.module index 15f0844..6542046 100755 --- a/DashboardPanelTemplate.module +++ b/DashboardPanelTemplate.module @@ -14,7 +14,7 @@ class DashboardPanelTemplate extends DashboardPanel 'title' => __('Dashboard Panel: Template', __FILE__), 'summary' => __('Display the output of any file in the templates folder', __FILE__), 'author' => 'Philipp Daun', - 'version' => '0.7.1', + 'version' => '0.7.2', ] ); } diff --git a/VERSION b/VERSION index 39e898a..7486fdb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.1 +0.7.2 diff --git a/package-lock.json b/package-lock.json index 91395ce..206cfd7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "processwire-dashboard", - "version": "0.7.1", + "version": "0.7.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2befc7c..99c8039 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "processwire-dashboard", - "version": "0.7.1", + "version": "0.7.2", "description": "Configurable dashboard for ProcessWire's admin interface", "main": "\"\"", "scripts": {