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

github.com/juliushaertl/theming_customcss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-08-20 12:13:23 +0300
committerJulius Härtl <jus@bitgrid.net>2019-08-20 12:13:23 +0300
commitec2c71f2960530c7a1a0b8c8eabb9a6c5199a8e3 (patch)
treed4412b1742bc589b3f91ce1ee8bb7f9644eda394
parentb2084a3c9b791ef874c142422bcc3ad65f851fc1 (diff)
Bump version for Nextcloud 17v1.5.0v1.4.0
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--appinfo/info.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 3aa3bbc..ca525d1 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -4,14 +4,14 @@
<name>Custom CSS</name>
<summary>Adjust the Nextcloud theme with custom CSS</summary>
<description>Adjust the Nextcloud theme with custom CSS</description>
- <version>1.3.0</version>
+ <version>1.4.0</version>
<licence>agpl</licence>
<author>Julius Härtl</author>
<namespace>ThemingCustomCss</namespace>
<category>customization</category>
<bugs>https://github.com/juliushaertl/theming_customcss/issues</bugs>
<dependencies>
- <nextcloud min-version="12" max-version="16" />
+ <nextcloud min-version="12" max-version="17" />
</dependencies>
<settings>
<admin>OCA\ThemingCustomCss\Settings\Admin</admin>