Skip to content

Commit

Permalink
Update xml and version
Browse files Browse the repository at this point in the history
  • Loading branch information
amma35 committed Nov 9, 2016
1 parent db246a9 commit 049288d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions mydashboard.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
<author>Infotel</author>
</authors>
<versions>
<version>
<num>1.3.2</num>
<compatibility>9.1</compatibility>
</version>
<version>
<num>1.3.1</num>
<compatibility>9.1</compatibility>
Expand Down
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function plugin_version_mydashboard()

return array(
'name' => __('My Dashboard', 'mydashboard'),
'version' => '1.3.1',
'version' => '1.3.2',
'author' => "<a href='http://infotel.com/services/expertise-technique/glpi/'>Infotel</a>",
'license' => 'GPLv2+',
'homepage' => 'https://github.com/InfotelGLPI/mydashboard',
Expand Down

0 comments on commit 049288d

Please sign in to comment.