diff --git a/appinfo/info.xml b/appinfo/info.xml index a815386..218b116 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!]]> - 1.4.4 + 1.4.5 agpl Xéfir Destiny RePod diff --git a/composer.json b/composer.json index 7b420ee..8e18dad 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": "1.4.4", + "version": "1.4.5", "require-dev": { "nextcloud/ocp": "^28.0.1", "psalm/phar": "^5.20.0", diff --git a/composer.lock b/composer.lock index 83d2e1b..1623a9f 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": "d8fbee75b3e423ca600fb2e5709cf5b0", + "content-hash": "0648d44f0e08ce153455f4fc45ccb5ad", "packages": [], "packages-dev": [ { diff --git a/package-lock.json b/package-lock.json index fb3d5fd..0b4e439 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,21 +1,21 @@ { "name": "repod", - "version": "1.4.4", + "version": "1.4.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "repod", - "version": "1.4.4", + "version": "1.4.5", "license": "agpl", "dependencies": { "@nextcloud/axios": "^2.4.0", - "@nextcloud/dialogs": "^5.1.0", + "@nextcloud/dialogs": "^5.1.1", "@nextcloud/initial-state": "^2.1.0", "@nextcloud/l10n": "^2.2.0", "@nextcloud/moment": "1.2.2", - "@nextcloud/router": "^2.2.0", - "@nextcloud/vue": "^8.5.0", + "@nextcloud/router": "^2.2.1", + "@nextcloud/vue": "^8.5.1", "vue": "^2", "vue-material-design-icons": "^5.2.0", "vue-router": "^3", diff --git a/package.json b/package.json index bad8c72..ed23763 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "repod", "description": "🔊 Browse, manage and listen to podcasts", - "version": "1.4.4", + "version": "1.4.5", "bugs": { "url": "https://git.crystalyx.net/Xefir/RePod/issues" }, @@ -19,12 +19,12 @@ }, "dependencies": { "@nextcloud/axios": "^2.4.0", - "@nextcloud/dialogs": "^5.1.0", + "@nextcloud/dialogs": "^5.1.1", "@nextcloud/initial-state": "^2.1.0", "@nextcloud/l10n": "^2.2.0", "@nextcloud/moment": "1.2.2", - "@nextcloud/router": "^2.2.0", - "@nextcloud/vue": "^8.5.0", + "@nextcloud/router": "^2.2.1", + "@nextcloud/vue": "^8.5.1", "vue": "^2", "vue-material-design-icons": "^5.2.0", "vue-router": "^3",