chore: update versions
All checks were successful
repod / xml (push) Successful in 29s
repod / php (push) Successful in 42s
repod / nodejs (push) Successful in 1m54s
repod / release (push) Has been skipped

This commit is contained in:
Michel Roux 2024-01-27 07:51:00 +01:00
parent 78560b6239
commit e37c16e2df
5 changed files with 12 additions and 12 deletions

View File

@ -11,7 +11,7 @@
## Requirements ## Requirements
You need to have [GPodderSync](https://apps.nextcloud.com/apps/gpoddersync) installed to use this app!]]></description> You need to have [GPodderSync](https://apps.nextcloud.com/apps/gpoddersync) installed to use this app!]]></description>
<version>1.4.4</version> <version>1.4.5</version>
<licence>agpl</licence> <licence>agpl</licence>
<author mail="xefir@crystalyx.net" homepage="https://crystalyx.net">Xéfir Destiny</author> <author mail="xefir@crystalyx.net" homepage="https://crystalyx.net">Xéfir Destiny</author>
<namespace>RePod</namespace> <namespace>RePod</namespace>

View File

@ -3,7 +3,7 @@
"description": "🔊 Browse, manage and listen to podcasts", "description": "🔊 Browse, manage and listen to podcasts",
"type": "project", "type": "project",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"version": "1.4.4", "version": "1.4.5",
"require-dev": { "require-dev": {
"nextcloud/ocp": "^28.0.1", "nextcloud/ocp": "^28.0.1",
"psalm/phar": "^5.20.0", "psalm/phar": "^5.20.0",

2
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "d8fbee75b3e423ca600fb2e5709cf5b0", "content-hash": "0648d44f0e08ce153455f4fc45ccb5ad",
"packages": [], "packages": [],
"packages-dev": [ "packages-dev": [
{ {

10
package-lock.json generated
View File

@ -1,21 +1,21 @@
{ {
"name": "repod", "name": "repod",
"version": "1.4.4", "version": "1.4.5",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "repod", "name": "repod",
"version": "1.4.4", "version": "1.4.5",
"license": "agpl", "license": "agpl",
"dependencies": { "dependencies": {
"@nextcloud/axios": "^2.4.0", "@nextcloud/axios": "^2.4.0",
"@nextcloud/dialogs": "^5.1.0", "@nextcloud/dialogs": "^5.1.1",
"@nextcloud/initial-state": "^2.1.0", "@nextcloud/initial-state": "^2.1.0",
"@nextcloud/l10n": "^2.2.0", "@nextcloud/l10n": "^2.2.0",
"@nextcloud/moment": "1.2.2", "@nextcloud/moment": "1.2.2",
"@nextcloud/router": "^2.2.0", "@nextcloud/router": "^2.2.1",
"@nextcloud/vue": "^8.5.0", "@nextcloud/vue": "^8.5.1",
"vue": "^2", "vue": "^2",
"vue-material-design-icons": "^5.2.0", "vue-material-design-icons": "^5.2.0",
"vue-router": "^3", "vue-router": "^3",

View File

@ -1,7 +1,7 @@
{ {
"name": "repod", "name": "repod",
"description": "🔊 Browse, manage and listen to podcasts", "description": "🔊 Browse, manage and listen to podcasts",
"version": "1.4.4", "version": "1.4.5",
"bugs": { "bugs": {
"url": "https://git.crystalyx.net/Xefir/RePod/issues" "url": "https://git.crystalyx.net/Xefir/RePod/issues"
}, },
@ -19,12 +19,12 @@
}, },
"dependencies": { "dependencies": {
"@nextcloud/axios": "^2.4.0", "@nextcloud/axios": "^2.4.0",
"@nextcloud/dialogs": "^5.1.0", "@nextcloud/dialogs": "^5.1.1",
"@nextcloud/initial-state": "^2.1.0", "@nextcloud/initial-state": "^2.1.0",
"@nextcloud/l10n": "^2.2.0", "@nextcloud/l10n": "^2.2.0",
"@nextcloud/moment": "1.2.2", "@nextcloud/moment": "1.2.2",
"@nextcloud/router": "^2.2.0", "@nextcloud/router": "^2.2.1",
"@nextcloud/vue": "^8.5.0", "@nextcloud/vue": "^8.5.1",
"vue": "^2", "vue": "^2",
"vue-material-design-icons": "^5.2.0", "vue-material-design-icons": "^5.2.0",
"vue-router": "^3", "vue-router": "^3",