We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e16b9cf commit 6c8249bCopy full SHA for 6c8249b
code/Module.class.php
@@ -18,8 +18,8 @@ class Module extends FormToolsModule
18
protected $author = "Ben Keen";
19
protected $authorEmail = "ben.keen@gmail.com";
20
protected $authorLink = "https://formtools.org";
21
- protected $version = "2.0.0";
22
- protected $date = "2017-10-29";
+ protected $version = "2.0.1";
+ protected $date = "2017-10-31";
23
protected $originLanguage = "en_us";
24
protected $jsFiles = array(
25
"{MODULEROOT}/scripts/field_options.js"
0 commit comments