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>2018-11-24 12:38:51 +0300
committerJulius Härtl <jus@bitgrid.net>2018-11-24 12:38:51 +0300
commitec26841f0300c57d797c530dafa1758b14b181c6 (patch)
tree186f65646c919c544e060117728b0ae550099af7
parent9dbb3eea51f887e2d5e61760d1a5d29f7a349b8b (diff)
Bump version for Nextcloud 15v1.2.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 2d907a5..bee7488 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.1.0</version>
+ <version>1.2.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="14" />
+ <nextcloud min-version="12" max-version="15" />
</dependencies>
<settings>
<admin>OCA\ThemingCustomCss\Settings\Admin</admin>