diff --git a/appinfo/info.xml b/appinfo/info.xml index 0f909e5..f0a7175 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -11,7 +11,7 @@ ## Requirements You need to have [GPodderSync](https://apps.nextcloud.com/apps/gpoddersync) installed to use this app!]]> - 2.1.0 + 2.2.0 agpl Michel Roux RePod diff --git a/composer.json b/composer.json index e2baf76..f4f2823 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "🔊 Browse, manage and listen to podcasts", "type": "project", "license": "AGPL-3.0-or-later", - "version": "2.1.0", + "version": "2.2.0", "require-dev": { "nextcloud/ocp": "^28.0.3", "psalm/phar": "^5.23.1", diff --git a/composer.lock b/composer.lock index a50cb9f..3857ef5 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "8978cce206009a6890740e731ec61d98", + "content-hash": "14023c09ea4cde4686f6e0999da7a819", "packages": [], "packages-dev": [ { diff --git a/package-lock.json b/package-lock.json index 21bbbdf..25ee10d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "repod", - "version": "2.1.0", + "version": "2.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "repod", - "version": "2.1.0", + "version": "2.2.0", "license": "agpl", "dependencies": { "@nextcloud/axios": "^2.4.0", diff --git a/package.json b/package.json index c18fcf4..7737f20 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "repod", "description": "🔊 Browse, manage and listen to podcasts", - "version": "2.1.0", + "version": "2.2.0", "bugs": { "url": "https://git.crystalyx.net/Xefir/repod/issues" },