Merge pull request #792 from baldarn/master

updated gitea to 1.9.1
This commit is contained in:
Alexandre
2023-04-14 10:34:32 +02:00
committed by GitHub
3 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
## 1.19.1 (13-04-2023)
- Update to latest version from go-gitea/gitea
## 1.19.0 (24-03-2023)
- Update to latest version from go-gitea/gitea

View File

@@ -37,6 +37,6 @@
},
"slug": "gitea",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/gitea",
"version": "1.19.0",
"version": "1.19.1",
"webui": "[PROTO:ssl]://[HOST]:[PORT:3000]"
}

View File

@@ -4,5 +4,5 @@
"slug": "gitea",
"source": "github",
"upstream_repo": "go-gitea/gitea",
"upstream_version": "1.19.0"
"upstream_version": "1.19.1"
}