diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-05-14 22:49:20 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-05-14 22:49:31 +0200 |
commit | 6779f28af40c51a0bd3722eca2fd313130e1a367 (patch) | |
tree | 73f1d5463f04df859c452f4714ffaf1434c3bf41 /apps | |
parent | e03c5f39a8c7b94cba121f7dbc65eea96f32854e (diff) | |
download | nextcloud-server-6779f28af40c51a0bd3722eca2fd313130e1a367.tar.gz nextcloud-server-6779f28af40c51a0bd3722eca2fd313130e1a367.zip |
cache app types during install or update
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/appinfo/version | 2 | ||||
-rw-r--r-- | apps/files_archive/appinfo/version | 2 | ||||
-rw-r--r-- | apps/files_encryption/appinfo/version | 2 | ||||
-rw-r--r-- | apps/files_external/appinfo/version | 2 | ||||
-rw-r--r-- | apps/files_sharing/appinfo/version | 2 | ||||
-rw-r--r-- | apps/files_versions/appinfo/version | 2 | ||||
-rw-r--r-- | apps/user_openid/appinfo/version | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/apps/files/appinfo/version b/apps/files/appinfo/version index b123147e2a1..8cfbc905b39 100644 --- a/apps/files/appinfo/version +++ b/apps/files/appinfo/version @@ -1 +1 @@ -1.1
\ No newline at end of file +1.1.1
\ No newline at end of file diff --git a/apps/files_archive/appinfo/version b/apps/files_archive/appinfo/version index ceab6e11ece..2f4536184bc 100644 --- a/apps/files_archive/appinfo/version +++ b/apps/files_archive/appinfo/version @@ -1 +1 @@ -0.1
\ No newline at end of file +0.2
\ No newline at end of file diff --git a/apps/files_encryption/appinfo/version b/apps/files_encryption/appinfo/version index ceab6e11ece..2f4536184bc 100644 --- a/apps/files_encryption/appinfo/version +++ b/apps/files_encryption/appinfo/version @@ -1 +1 @@ -0.1
\ No newline at end of file +0.2
\ No newline at end of file diff --git a/apps/files_external/appinfo/version b/apps/files_external/appinfo/version index ceab6e11ece..2f4536184bc 100644 --- a/apps/files_external/appinfo/version +++ b/apps/files_external/appinfo/version @@ -1 +1 @@ -0.1
\ No newline at end of file +0.2
\ No newline at end of file diff --git a/apps/files_sharing/appinfo/version b/apps/files_sharing/appinfo/version index 2f4536184bc..7dff5b89211 100644 --- a/apps/files_sharing/appinfo/version +++ b/apps/files_sharing/appinfo/version @@ -1 +1 @@ -0.2
\ No newline at end of file +0.2.1
\ No newline at end of file diff --git a/apps/files_versions/appinfo/version b/apps/files_versions/appinfo/version index afaf360d37f..7f207341d5d 100644 --- a/apps/files_versions/appinfo/version +++ b/apps/files_versions/appinfo/version @@ -1 +1 @@ -1.0.0
\ No newline at end of file +1.0.1
\ No newline at end of file diff --git a/apps/user_openid/appinfo/version b/apps/user_openid/appinfo/version index ceab6e11ece..6da28dde76d 100644 --- a/apps/user_openid/appinfo/version +++ b/apps/user_openid/appinfo/version @@ -1 +1 @@ -0.1
\ No newline at end of file +0.1.1
\ No newline at end of file |