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

github.com/nextcloud/ocsms.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Blot <loic.blot@unix-experience.fr>2016-09-20 01:03:32 +0300
committerLoic Blot <loic.blot@unix-experience.fr>2016-09-20 01:03:32 +0300
commite5ce17a16da22dd6db6b583d4ead60f41feddcf7 (patch)
tree8e00af478f782e7b2c15244f7d53de421e0cdbfa
parent6c906d498f01b94dad5110999cbcc39b98377446 (diff)
v1.8.1v1.8.1
-rw-r--r--appinfo/info.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index f69a3d9..5030957 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -1,11 +1,12 @@
<?xml version="1.0"?>
-<info>
+<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
+ xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>ocsms</id>
<name>ownCloud SMS</name>
<description>A app to sync SMS with your ownCloud</description>
- <licence>AGPL</licence>
+ <licence>agpl</licence>
<author>Loic Blot</author>
- <version>1.8.0</version>
+ <version>1.8.1</version>
<requiremin>8.1</requiremin>
<requiremax>9.2</requiremax>
<dependencies>
@@ -14,7 +15,7 @@
<ocsid>167289</ocsid>
- <website>https://apps.owncloud.com/content/show.php/ownCloud+SMS?content=167289</website>
+ <website>https://github.com/nerzhul/ocsms</website>
<bugs>https://github.com/nerzhul/ocsms/issues</bugs>
<repository type="git">https://github.com/nerzhul/ocsms</repository>
</info>