chore: update versions
This commit is contained in:
parent
c6f06a9f29
commit
add84b935c
@ -1,3 +1,8 @@
|
||||
## 1.5.7 - 2024-02-08
|
||||
|
||||
### Removed
|
||||
- Proxy episodes when they are behind an unsecure http server
|
||||
|
||||
## 1.5.6 - 2024-02-07
|
||||
|
||||
### Added
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
## Requirements
|
||||
You need to have [GPodderSync](https://apps.nextcloud.com/apps/gpoddersync) installed to use this app!]]></description>
|
||||
<version>1.5.6</version>
|
||||
<version>1.5.7</version>
|
||||
<licence>agpl</licence>
|
||||
<author mail="xefir@crystalyx.net" homepage="https://crystalyx.net">Michel Roux</author>
|
||||
<namespace>RePod</namespace>
|
||||
|
@ -3,7 +3,7 @@
|
||||
"description": "🔊 Browse, manage and listen to podcasts",
|
||||
"type": "project",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"version": "1.5.6",
|
||||
"version": "1.5.7",
|
||||
"require-dev": {
|
||||
"nextcloud/ocp": "^28.0.2",
|
||||
"psalm/phar": "^5.21.1",
|
||||
|
2
composer.lock
generated
2
composer.lock
generated
@ -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": "73253ba6f52a760418ea386358d8a0f5",
|
||||
"content-hash": "14aedd7dce75f8c34154bca91554954f",
|
||||
"packages": [],
|
||||
"packages-dev": [
|
||||
{
|
||||
|
10
package-lock.json
generated
10
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "repod",
|
||||
"version": "1.5.6",
|
||||
"version": "1.5.7",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "repod",
|
||||
"version": "1.5.6",
|
||||
"version": "1.5.7",
|
||||
"license": "agpl",
|
||||
"dependencies": {
|
||||
"@nextcloud/axios": "^2.4.0",
|
||||
@ -7260,9 +7260,9 @@
|
||||
"peer": true
|
||||
},
|
||||
"node_modules/electron-to-chromium": {
|
||||
"version": "1.4.659",
|
||||
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.659.tgz",
|
||||
"integrity": "sha512-sRJ3nV3HowrYpBtPF9bASQV7OW49IgZC01Xiq43WfSE3RTCkK0/JidoCmR73Hyc1mN+l/H4Yqx0eNiomvExFZg=="
|
||||
"version": "1.4.660",
|
||||
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.660.tgz",
|
||||
"integrity": "sha512-1BqvQG0BBQrAA7FVL2EMrb5A1sVyXF3auwJneXjGWa1TpN+g0C4KbUsYWePz6OZ0mXZfXGy+RmQDELJWwE8v/Q=="
|
||||
},
|
||||
"node_modules/elliptic": {
|
||||
"version": "6.5.4",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "repod",
|
||||
"description": "🔊 Browse, manage and listen to podcasts",
|
||||
"version": "1.5.6",
|
||||
"version": "1.5.7",
|
||||
"bugs": {
|
||||
"url": "https://git.crystalyx.net/Xefir/repod/issues"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user