forked from cloudron-apps/gitea-app
0.13.3
This commit is contained in:
parent
5489e95b41
commit
e3fb23ca2f
2 changed files with 5 additions and 3 deletions
|
@ -64,3 +64,6 @@
|
||||||
[0.13.2]
|
[0.13.2]
|
||||||
* Update base image
|
* Update base image
|
||||||
|
|
||||||
|
[0.13.3]
|
||||||
|
* Implement public mode
|
||||||
|
|
||||||
|
|
|
@ -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.13.2",
|
"version": "0.13.3",
|
||||||
"healthCheckPath": "/healthcheck",
|
"healthCheckPath": "/healthcheck",
|
||||||
"httpPort": 3000,
|
"httpPort": 3000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
@ -31,6 +31,5 @@
|
||||||
"https://gogs.io/img/screenshots/5.png"
|
"https://gogs.io/img/screenshots/5.png"
|
||||||
],
|
],
|
||||||
"tags": [ "version control", "git", "code hosting", "development" ],
|
"tags": [ "version control", "git", "code hosting", "development" ],
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG"
|
||||||
"minBoxVersion": "0.13.3"
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue