diff --git a/CHANGELOG b/CHANGELOG index c9780e2..72a322e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -9,3 +9,7 @@ [0.1.3] * Updated to version 1.1.2 + +[1.0.0] +* Update to version 1.1.3 + diff --git a/CloudronManifest.json b/CloudronManifest.json index d122451..3e5307b 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": "0.1.3", + "version": "1.0.0", "healthCheckPath": "/healthcheck", "httpPort": 3000, "addons": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 6b797a4..6c673eb 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,6 +1,6 @@ Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab. The initial development have been done on Gogs but we have forked it and named it Gitea. If you want to read more about the reasons why we have done that please read [this](https://blog.gitea.io/2016/12/welcome-to-gitea/) blog post. -This app packages Gitea 1.1.2 +This app packages Gitea 1.1.3 ### Purpose