浏览代码

Bumped version to 0.1.10

deploy1 6 年之前
父节点
当前提交
4073741232
共有 3 个文件被更改,包括 16 次插入12 次删除
  1. 14 11
      CloudronManifest.json
  2. 1 1
      VERSION
  3. 1 0
      VERSIONLOG

+ 14 - 11
CloudronManifest.json

@@ -5,25 +5,28 @@
     "description": "file://DESCRIPTION.md",
     "changelog": "./CHANGELOG",
     "tagline": "serverarium",
-    "version": "0.1.9",
+    "version": "0.1.10",
     "healthCheckPath": "/healthcheck",
     "httpPort": 3000,
     "addons": {
         "ldap": {},
         "localstorage": {}
     },
-    "tcpPorts": {
-        "S_PORT": {
-            "title": "S Port",
-            "description": "S Port.",
-            "defaultValue": 11299
-        },
-        "B_PORT": {
-            "title": "B Port",
-            "description": "B Port.",
-            "defaultValue": 4382
+    "udpPorts": {
+        "DAT_UDP_PORT": {
+            "title": "Default dat Port",
+            "description": "Default Teamspeak Port (udp)",
+            "defaultValue": 3282
         }
     },
+    "tcpPorts": {
+        "DAT_TCP_PORT": {
+            "title": "dat Listening Port",
+            "description": "ServerQuery Listening Port (tcp)",
+            "defaultValue": 3282
+        } 
+         
+    },
     "manifestVersion": 1,
     "website": "https://git.tum.dk/",
     "contactEmail": "boot@tum.dk",

+ 1 - 1
VERSION

@@ -1 +1 @@
-v0.1.9
+v0.1.10

+ 1 - 0
VERSIONLOG

@@ -29,3 +29,4 @@ v0.1.6
 v0.1.7
 v0.1.8
 v0.1.9
+v0.1.10