From a66843c3e3d4b794c1a9ed557e06be8b079739f7 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 11 Dec 2017 08:58:10 +0530 Subject: [PATCH] Version 1.3.0 --- CloudronManifest.json | 6 ++++-- DESCRIPTION.md | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CloudronManifest.json b/CloudronManifest.json index feae972..0b2b127 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -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/" } diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 955cbd1..f753cba 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Gitea 1.3.0 +This app packages Gitea 1.3.1 Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab.