diff --git a/appinfo/info.xml b/appinfo/info.xml
index 2064b79..769e021 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.3.0
+ 1.4.0
agpl
Xéfir Destiny
RePod
diff --git a/package-lock.json b/package-lock.json
index f5498c0..6fa26ab 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "repod",
- "version": "1.3.0",
+ "version": "1.4.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "repod",
- "version": "1.3.0",
+ "version": "1.4.0",
"license": "agpl",
"dependencies": {
"@nextcloud/axios": "^2.4.0",
diff --git a/package.json b/package.json
index a262bdf..a0cdcf5 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "repod",
"description": "🔊 Browse, manage and listen to podcasts",
- "version": "1.3.0",
+ "version": "1.4.0",
"bugs": {
"url": "https://git.crystalyx.net/Xefir/RePod/issues"
},