chore: update versions

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
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>
<author mail="xefir@crystalyx.net" homepage="https://crystalyx.net">Xéfir Destiny</author>
<namespace>RePod</namespace>

View File

@ -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",

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",
"This file is @generated automatically"
],
"content-hash": "d8fbee75b3e423ca600fb2e5709cf5b0",
"content-hash": "0648d44f0e08ce153455f4fc45ccb5ad",
"packages": [],
"packages-dev": [
{

10
package-lock.json generated
View File

@ -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",

View File

@ -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",