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 - Lesbian pride flag
more flags to follow soon!</description> more flags to follow soon!</description>
<version>1.1.0</version> <version>1.1.1</version>
<licence>gpl3</licence> <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> <namespace>PrideFlags</namespace>
<category>customization</category> <category>customization</category>
<bugs>https://github.com/finally-coffee/nextcloud-pride-flags/issues</bugs> <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> <screenshot>https://raw.githubusercontent.com/finally-coffee/nextcloud-pride-flags/main/img/pride_flag_variants.png</screenshot>
<dependencies> <dependencies>
<nextcloud min-version="26" max-version="29"/> <nextcloud min-version="28" max-version="30"/>
</dependencies> </dependencies>
<settings> <settings>
<admin-section>OCA\PrideFlags\Settings\AdminSection</admin-section> <admin-section>OCA\PrideFlags\Settings\AdminSection</admin-section>

View File

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