aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Gapczynski <mtgap@owncloud.com>2012-08-28 11:12:18 -0400
committerMichael Gapczynski <mtgap@owncloud.com>2012-08-28 11:12:18 -0400
commitda44e5405a8667afb476d76948554e01a637e89c (patch)
tree6b90535c93bf999ab7679b86dd3163879ee1d6ee
parent4ac7c414c4c676be779524ef6175f5e77522bca9 (diff)
downloadnextcloud-server-da44e5405a8667afb476d76948554e01a637e89c.tar.gz
nextcloud-server-da44e5405a8667afb476d76948554e01a637e89c.zip
Fix typo
-rw-r--r--apps/files_sharing/appinfo/info.xml2
-rw-r--r--apps/files_sharing/appinfo/version2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/appinfo/info.xml b/apps/files_sharing/appinfo/info.xml
index 3e34d59abdf..6a8fc89adae 100644
--- a/apps/files_sharing/appinfo/info.xml
+++ b/apps/files_sharing/appinfo/info.xml
@@ -12,7 +12,7 @@
<filesystem/>
</types>
<public>
- <files>pulblic.php</files>
+ <files>public.php</files>
<webdav>public.php</webdav>
</public>
</info>
diff --git a/apps/files_sharing/appinfo/version b/apps/files_sharing/appinfo/version
index 1d71ef97443..a2268e2de44 100644
--- a/apps/files_sharing/appinfo/version
+++ b/apps/files_sharing/appinfo/version
@@ -1 +1 @@
-0.3 \ No newline at end of file
+0.3.1 \ No newline at end of file