diff --git a/gitea/CHANGELOG.md b/gitea/CHANGELOG.md index 80631d690..80ace560d 100644 --- a/gitea/CHANGELOG.md +++ b/gitea/CHANGELOG.md @@ -1,3 +1,5 @@ +## 1.19.3 (5-05-2023) +- Update to latest version from go-gitea/gitea ## 1.19.2 (28-04-2023) - Update to latest version from go-gitea/gitea ## 1.19.1 (13-04-2023) diff --git a/gitea/config.json b/gitea/config.json index 455c795e3..bffbbdfb4 100644 --- a/gitea/config.json +++ b/gitea/config.json @@ -85,6 +85,6 @@ }, "slug": "gitea", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/gitea", - "version": "1.19.2", + "version": "1.19.3", "webui": "[PROTO:ssl]://[HOST]:[PORT:3000]" } \ No newline at end of file diff --git a/gitea/updater.json b/gitea/updater.json index 2ffbbf9d0..5790e9e83 100644 --- a/gitea/updater.json +++ b/gitea/updater.json @@ -1,8 +1,8 @@ { - "last_update": "28-04-2023", + "last_update": "05-05-2023", "repository": "alexbelgium/hassio-addons", "slug": "gitea", "source": "github", "upstream_repo": "go-gitea/gitea", - "upstream_version": "1.19.2" + "upstream_version": "1.19.3" }