From e032f865039f961a28b173ff569e49dcf8cf9c1a Mon Sep 17 00:00:00 2001 From: Gardel Date: Fri, 3 Feb 2023 02:05:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config_example.ini | 2 +- frontend/package.json | 2 +- main.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config_example.ini b/config_example.ini index fca5973..faf132a 100644 --- a/config_example.ini +++ b/config_example.ini @@ -6,7 +6,7 @@ server_name = A Mojang Yggdrasil Server implementation_name = go-yggdrasil-server ;版本 -implementation_version = v0.1 +implementation_version = v0.0.1 ;皮肤、披风材质白名单 skin_domains = .example.com, localhost diff --git a/frontend/package.json b/frontend/package.json index 0803a0e..ed06bc0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "yggdrasil-go", "private": true, - "version": "0.0.0", + "version": "0.0.1", "type": "module", "scripts": { "dev": "vite --host", diff --git a/main.go b/main.go index 6fa89f7..7432232 100644 --- a/main.go +++ b/main.go @@ -65,7 +65,7 @@ func main() { meta := MetaCfg{ ServerName: "A Mojang Yggdrasil Server", ImplementationName: "go-yggdrasil-server", - ImplementationVersion: "v0.1", + ImplementationVersion: "v0.0.1", SkinDomains: []string{".example.com", "localhost"}, SkinRootUrl: "http://localhost:8080", }