Skip to content

Commit 141fc06

Browse files
committed
bump(2.13.6):: version 2.13.6
1 parent 2479132 commit 141fc06

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
"tag": true
1414
}
1515
},
16-
"version": "2.13.5"
16+
"version": "2.13.6"
1717
}

plugin.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ Features
5858
<author>Teclib'</author>
5959
</authors>
6060
<versions>
61+
<version>
62+
<num>2.13.6</num>
63+
<compatibility>~10.0</compatibility>
64+
<download_url>https://github.com/pluginsGLPI/formcreator/releases/download/2.13.6/glpi-formcreator-2.13.6.tar.bz2</download_url>
65+
</version>
6166
<version>
6267
<num>2.13.5</num>
6368
<compatibility>~10.0</compatibility>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
global $CFG_GLPI;
3535
// Version of the plugin (major.minor.bugfix)
36-
define('PLUGIN_FORMCREATOR_VERSION', '2.13.6-dev');
36+
define('PLUGIN_FORMCREATOR_VERSION', '2.13.6');
3737
// Schema version of this version (major.minor only)
3838
define('PLUGIN_FORMCREATOR_SCHEMA_VERSION', '2.13');
3939
// is or is not an official release of the plugin

0 commit comments

Comments
 (0)