From 1a3c27eed1ac9630cb46f10f1af244c111300b80 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Wed, 24 Jan 2024 12:11:06 +0100 Subject: [PATCH] chore: update versions --- appinfo/info.xml | 2 +- composer.json | 2 +- composer.lock | 2 +- package-lock.json | 17 ++--------------- package.json | 2 +- 5 files changed, 6 insertions(+), 19 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 06ef8f4..a815386 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.3 + 1.4.4 agpl Xéfir Destiny RePod diff --git a/composer.json b/composer.json index d7e995b..7b420ee 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.3", + "version": "1.4.4", "require-dev": { "nextcloud/ocp": "^28.0.1", "psalm/phar": "^5.20.0", diff --git a/composer.lock b/composer.lock index b352538..83d2e1b 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": "ec0c4da36fe9dbfb65d6d19c0f4c8633", + "content-hash": "d8fbee75b3e423ca600fb2e5709cf5b0", "packages": [], "packages-dev": [ { diff --git a/package-lock.json b/package-lock.json index 1d1b921..abc00ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "repod", - "version": "1.4.3", + "version": "1.4.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "repod", - "version": "1.4.3", + "version": "1.4.4", "license": "agpl", "dependencies": { "@nextcloud/axios": "^2.4.0", @@ -8950,19 +8950,6 @@ "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" }, - "node_modules/fsevents": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", - "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", - "hasInstallScript": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" - } - }, "node_modules/function-bind": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", diff --git a/package.json b/package.json index 1da0a5f..bad8c72 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "repod", "description": "🔊 Browse, manage and listen to podcasts", - "version": "1.4.3", + "version": "1.4.4", "bugs": { "url": "https://git.crystalyx.net/Xefir/RePod/issues" },