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

github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-04-26 20:48:33 +0300
committerLukas Reschke <lukas@statuscode.ch>2017-04-26 20:48:33 +0300
commit6aa5b1134b8a238a5a644366b0b1f581cb5429fd (patch)
treeb88d8bc9962b94fd6991d072ef3b57bada0ace88
parent6c417a447aacace4cd30ffe34dbd1d47b166dca3 (diff)
Fix image linksv1.0.1
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
-rw-r--r--Makefile2
-rw-r--r--appinfo/info.xml12
2 files changed, 5 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index deb913b1..84a15bad 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ sign_dir=$(build_dir)/sign
package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
webpack=node_modules/.bin/webpack
-version+=1.0.0
+version+=1.0.1
jssources=$(wildcard js/*) $(wildcard js/*/*) $(wildcard css/*/*) $(wildcard css/*)
othersources=$(wildcard appinfo/*) $(wildcard css/*/*) $(wildcard controller/*/*) $(wildcard templates/*/*) $(wildcard log/*/*)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 9f3401a0..40b85606 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -10,22 +10,18 @@ Folders can be configured from *Group folders* in the admin settings.
After a folder is created, the admin can give access to the folder to one or more groups.]]></description>
<licence>AGPL</licence>
<author>Robin Appelman</author>
- <version>1.0.0</version>
+ <version>1.0.1</version>
<types>
<filesystem/>
</types>
<namespace>GroupFolders</namespace>
- <website>https://github.com/groupfolders/news</website>
+ <website>https://github.com/nextcloud/groupfolders</website>
<bugs>https://github.com/nextcloud/groupfolders/issues</bugs>
<repository type="git">https://github.com/nextcloud/groupfolders.git</repository>
- <screenshot>
- https://raw.githubusercontent.com/nextcloud/groupfolders/blob/master/screenshots/folders.png
- </screenshot>
- <screenshot>
- https://raw.githubusercontent.com/nextcloud/groupfolders/blob/master/screenshots/edit.png
- </screenshot>
+ <screenshot>https://raw.githubusercontent.com/nextcloud/groupfolders/master/screenshots/folders.png</screenshot>
+ <screenshot>https://raw.githubusercontent.com/nextcloud/groupfolders/master/screenshots/edit.png</screenshot>
<settings>
<admin>OCA\GroupFolders\Settings\Admin</admin>