diff options
-rw-r--r-- | packages/dashboard/dashboard.xml | 4 | ||||
-rw-r--r-- | pkg_config.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/dashboard/dashboard.xml b/packages/dashboard/dashboard.xml index c2eebead..a0e1b35a 100644 --- a/packages/dashboard/dashboard.xml +++ b/packages/dashboard/dashboard.xml @@ -46,7 +46,7 @@ <requirements>Describe your package requirements here</requirements> <faq>Currently there are no FAQ items provided.</faq> <name>dashboard</name> - <version>0.1</version> + <version>0.2</version> <title>Dashboard</title> <include_file>/usr/local/pkg/dashboard.inc</include_file> <additional_files_needed> @@ -68,4 +68,4 @@ </packagegui> -
\ No newline at end of file + diff --git a/pkg_config.xml b/pkg_config.xml index 4cc99dcc..6cb9a477 100644 --- a/pkg_config.xml +++ b/pkg_config.xml @@ -42,7 +42,7 @@ <descr>Adds pfSense dashboard that will be included with 1.3. This requires 1.2-BETA-2 or newer. WARNING! Cannot be deinstalled.</descr> <category>System</category> <config_file>http://www.pfsense.com/packages/config/dashboard/dashboard.xml</config_file> - <version>0.6.1</version> + <version>0.6.2</version> <status>BETA</status> <required_version>1.2-BETA-2</required_version> <configurationfile>dashboard.xml</configurationfile> |