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>2021-06-25 10:19:26 +0300
committerJulius Härtl <jus@bitgrid.net>2021-06-25 10:19:26 +0300
commita52c1fcfe7d7967c743b0daa09380042bcdc6f8a (patch)
tree738f90ea9f58300fa110b914a5341e0c805d4a0e
parentbe37ef7f7b979ef11d0fe0d3aaad8bf5f6fec9ef (diff)
Bump version to 1.9.0v1.9.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 eb276bf..d5f2525 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.7.0</version>
+ <version>1.9.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="20" />
+ <nextcloud min-version="20" max-version="22" />
</dependencies>
<settings>
<admin>OCA\ThemingCustomCss\Settings\Admin</admin>