Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Reinhard <florian.reinhard@googlemail.com>2012-05-24 01:02:40 +0400
committerFlorian Reinhard <florian.reinhard@googlemail.com>2012-05-24 01:02:40 +0400
commit0e4bdf23cad9bd70d915a2b9d57c7e5795812acd (patch)
tree8f7adca5de4be4605cb7e98d8afe175d49058d37 /django_auth
parent0f2110beaf7b304428dadd8cc609bf8d56796def (diff)
as of now django_auth requires owncloud 4
Diffstat (limited to 'django_auth')
-rw-r--r--django_auth/appinfo/info.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/django_auth/appinfo/info.xml b/django_auth/appinfo/info.xml
index 45acb02a3..cdc49c4bb 100644
--- a/django_auth/appinfo/info.xml
+++ b/django_auth/appinfo/info.xml
@@ -7,8 +7,8 @@
Owncloud and your django webapplication need to share the same database.
Supported password hashers:SHA1, PBKDF2_SHA1, PBKDF2_SHA256.
</description>
- <version>0.1</version>
+ <version>0.2</version>
<licence>AGPL</licence>
<author>Florian Reinhard florian.reinhard@googlemail.com</author>
- <require>3</require>
+ <require>4</require>
</info>