Skip to content

Commit

Permalink
Bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Hancock committed Apr 2, 2015
1 parent 27fdbf9 commit 4f7f37e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion auth-ldap/plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion storage-fs/plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 4f7f37e

Please sign in to comment.