Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Sep 23, 2016
1 parent 53f2093 commit 3799e30
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
<author>Benjamin Fontan</author>
</authors>
<versions>
<version>
<num>0.85+1.3.1</num>
<compatibility>0.85</compatibility>
<compatibility>0.90</compatibility>
<compatibility>9.1</compatibility>
</version>
<version>
<num>0.85+1.3</num>
<compatibility>0.85</compatibility>
Expand Down
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 3799e30

Please sign in to comment.