Girish Ramakrishnan 8 years ago
parent
commit
0cb41b7e7f
2 changed files with 5 additions and 3 deletions
  1. 3 0
      CHANGELOG
  2. 2 3
      CloudronManifest.json

+ 3 - 0
CHANGELOG

@@ -64,3 +64,6 @@
 [0.13.2]
 * Update base image
 
+[0.13.3]
+* Implement public mode
+

+ 2 - 3
CloudronManifest.json

@@ -4,7 +4,7 @@
   "author": "Gogs developers",
   "description": "file://DESCRIPTION.md",
   "tagline": "A painless self-hosted Git Service",
-  "version": "0.13.2",
+  "version": "0.13.3",
   "healthCheckPath": "/healthcheck",
   "httpPort": 3000,
   "addons": {
@@ -31,6 +31,5 @@
     "https://gogs.io/img/screenshots/5.png"
   ],
   "tags": [ "version control", "git", "code hosting", "development" ],
-  "changelog": "file://CHANGELOG",
-  "minBoxVersion": "0.13.3"
+  "changelog": "file://CHANGELOG"
 }