From 4f7f37ef186b59f196ea657ede41324a17b60600 Mon Sep 17 00:00:00 2001 From: Jared Hancock Date: Thu, 2 Apr 2015 11:02:04 -0500 Subject: [PATCH] Bump version numbers --- auth-ldap/plugin.php | 2 +- storage-fs/plugin.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',