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.