Compare commits

...

3 Commits

2 changed files with 4 additions and 4 deletions

View File

@ -20,15 +20,15 @@ Currently supported pride flags:
- Lesbian pride flag
more flags to follow soon!</description>
<version>1.1.0</version>
<version>1.1.1</version>
<licence>gpl3</licence>
<author mail="transcaffeine@finally.coffee" homepage="https://github.com/finally-coffee-nextcloud-pride-flags">transcaffeine</author>
<author mail="transcaffeine@finally.coffee" homepage="https://github.com/finally-coffee/nextcloud-pride-flags">transcaffeine</author>
<namespace>PrideFlags</namespace>
<category>customization</category>
<bugs>https://github.com/finally-coffee/nextcloud-pride-flags/issues</bugs>
<screenshot>https://raw.githubusercontent.com/finally-coffee/nextcloud-pride-flags/main/img/pride_flag_variants.png</screenshot>
<dependencies>
<nextcloud min-version="26" max-version="29"/>
<nextcloud min-version="28" max-version="30"/>
</dependencies>
<settings>
<admin-section>OCA\PrideFlags\Settings\AdminSection</admin-section>

View File

@ -1,6 +1,6 @@
{
"name": "pride_flags",
"version": "1.1.0",
"version": "1.1.1",
"license": "GPL-3.0-or-later",
"engines": {
"node": "^20.0.0",