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>2020-05-22 08:53:54 +0300
committerJulius Härtl <jus@bitgrid.net>2020-05-22 08:53:54 +0300
commit2d1f491ee1a93c210f9efb51e2fbbb52dd94348a (patch)
tree8d71f1ac5d289a27c1caacc06ce5434d73969432
parentec2c71f2960530c7a1a0b8c8eabb9a6c5199a8e3 (diff)
Bump version to 1.6.0 for Nextcloud 19
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 ca525d1..0253216 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.4.0</version>
+ <version>1.6.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="17" />
+ <nextcloud min-version="12" max-version="19" />
</dependencies>
<settings>
<admin>OCA\ThemingCustomCss\Settings\Admin</admin>