升级版本
Some checks failed
Release / build (push) Has been cancelled

This commit is contained in:
2023-02-03 02:05:09 +08:00
parent 3c6d8df6d6
commit e032f86503
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -1,7 +1,7 @@
{
"name": "yggdrasil-go",
"private": true,
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite --host",

View File

@@ -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",
}