1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-09-01 15:24:59 +00:00

Version 1.3.0

This commit is contained in:
Girish Ramakrishnan
2017-12-11 08:58:10 +05:30
parent 67403a6d2a
commit a66843c3e3
2 changed files with 5 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
"author": "Gitea developers",
"description": "file://DESCRIPTION.md",
"tagline": "A painless self-hosted Git Service",
"version": "1.2.0",
"version": "1.3.0",
"healthCheckPath": "/healthcheck",
"httpPort": 3000,
"addons": {
@@ -33,5 +33,7 @@
],
"tags": [ "version control", "git", "code hosting", "development" ],
"changelog": "file://CHANGELOG",
"postInstallMessage": "file://POSTINSTALL.md"
"postInstallMessage": "file://POSTINSTALL.md",
"minBoxVersion": "1.8.1",
"documentationUrl": "https://cloudron.io/documentation/apps/gitea/"
}

View File

@@ -1,4 +1,4 @@
This app packages Gitea <upstream>1.3.0</upstream>
This app packages Gitea <upstream>1.3.1</upstream>
Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab.