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-04-12 00:44:38 +0300
committerJulius Härtl <jus@bitgrid.net>2022-04-12 00:44:38 +0300
commit10e9e4d2d5197dc10a29139177196bbf6a29d86f (patch)
tree79469bb05601bee396a56cdd5bf55d6e568e6070
parent041c213dfacb0a172e5bdd4c627973d5efa7378a (diff)
Bump version to 1.11.0
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--appinfo/info.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 82562e8..cbf0ff8 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -1,17 +1,17 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="utf-8"?>
<info>
<id>theming_customcss</id>
<name>Custom CSS</name>
<summary>Adjust the Nextcloud theme with custom CSS</summary>
<description>Adjust the Nextcloud theme with custom CSS</description>
- <version>1.10.0</version>
+ <version>1.11.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="23" />
+ <nextcloud min-version="20" max-version="24"/>
</dependencies>
<settings>
<admin>OCA\ThemingCustomCss\Settings\Admin</admin>