forked from cloudron-apps/gitea-app
Version 0.12.3
This commit is contained in:
parent
4ea916b2df
commit
507fb98486
2 changed files with 4 additions and 1 deletions
|
@ -38,3 +38,6 @@
|
||||||
[0.12.2]
|
[0.12.2]
|
||||||
* Allow disabling SSH
|
* Allow disabling SSH
|
||||||
|
|
||||||
|
[0.12.3]
|
||||||
|
* Fix login via email
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"author": "Gogs developers",
|
"author": "Gogs developers",
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"tagline": "A painless self-hosted Git Service",
|
"tagline": "A painless self-hosted Git Service",
|
||||||
"version": "0.12.2",
|
"version": "0.12.3",
|
||||||
"healthCheckPath": "/healthcheck",
|
"healthCheckPath": "/healthcheck",
|
||||||
"httpPort": 3000,
|
"httpPort": 3000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
|
Loading…
Reference in a new issue