diff --git a/auth-ldap/plugin.php b/auth-ldap/plugin.php index c2f58da..7e422f5 100644 --- a/auth-ldap/plugin.php +++ b/auth-ldap/plugin.php @@ -2,7 +2,7 @@ set_include_path(get_include_path().PATH_SEPARATOR.dirname(__file__).'/include'); return array( 'id' => 'auth:ldap', # notrans - 'version' => '0.5', + 'version' => '0.6', 'name' => /* trans */ 'LDAP Authentication and Lookup', 'author' => 'Jared Hancock', 'description' => /* trans */ 'Provides a configurable authentication backend diff --git a/storage-fs/plugin.php b/storage-fs/plugin.php index 23c75c3..0eeba5a 100644 --- a/storage-fs/plugin.php +++ b/storage-fs/plugin.php @@ -2,7 +2,7 @@ return array( 'id' => 'storage:fs', # notrans - 'version' => '0.2', + 'version' => '0.3', 'name' => /* trans */ 'Attachments on the filesystem', 'author' => 'Jared Hancock', 'description' => /* trans */ 'Enables storing attachments on the filesystem',