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-04-09 17:24:51 +0300
committerJulius Härtl <jus@bitgrid.net>2019-04-09 17:24:51 +0300
commitb2084a3c9b791ef874c142422bcc3ad65f851fc1 (patch)
tree46525d9f4c81764581ec028ec63d938488c67e43
parentec26841f0300c57d797c530dafa1758b14b181c6 (diff)
Bump versionv1.3.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 bee7488..3aa3bbc 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.2.0</version>
+ <version>1.3.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="15" />
+ <nextcloud min-version="12" max-version="16" />
</dependencies>
<settings>
<admin>OCA\ThemingCustomCss\Settings\Admin</admin>