From 3799e30d4ac2f885e514aac74e80a6cc7bf97a43 Mon Sep 17 00:00:00 2001 From: Johan Cwiklinski Date: Fri, 23 Sep 2016 14:22:00 +0200 Subject: [PATCH] Bump version --- plugin.xml | 6 ++++++ setup.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/plugin.xml b/plugin.xml index 4569cfbdd2..cfc62c18e9 100644 --- a/plugin.xml +++ b/plugin.xml @@ -26,6 +26,12 @@ Benjamin Fontan + + 0.85+1.3.1 + 0.85 + 0.90 + 9.1 + 0.85+1.3 0.85 diff --git a/setup.php b/setup.php index b98fc28fa2..9aa22d34fb 100644 --- a/setup.php +++ b/setup.php @@ -168,7 +168,7 @@ function plugin_init_order() { /* get the name and the version of the plugin - needed- */ function plugin_version_order() { return array ('name' => __("Orders management", "order"), - 'version' => '0.85+1.3', + 'version' => '0.85+1.3.1', 'author' => 'The plugin order team', 'homepage' => 'https://github.com/pluginsGLPI/order', 'minGlpiVersion' => '0.85',