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>2022-09-20 10:42:10 +0300
committerJulius Härtl <jus@bitgrid.net>2022-09-20 10:42:10 +0300
commiteadd40cd14cf3772e1f6633389fddd2dc67bfccb (patch)
tree2debb04e4be50b54b6633d81d5019d8c5543c052
parente2c8adb82c039a3551598236c2cc19d05456d300 (diff)
Bump version to 1.12.0v1.12.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 cbf0ff8..ca25767 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.11.0</version>
+ <version>1.12.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="20" max-version="24"/>
+ <nextcloud min-version="20" max-version="25"/>
</dependencies>
<settings>
<admin>OCA\ThemingCustomCss\Settings\Admin</admin>