From 69f239550f1eed4e96e9c567defa708833e78b5c Mon Sep 17 00:00:00 2001 From: Tnze Date: Wed, 5 Apr 2023 00:33:55 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a835866..0556704 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Go-MC -![Version](https://img.shields.io/badge/Minecraft-1.19.3-blue.svg) +![Version](https://img.shields.io/badge/Minecraft-1.19.4-blue.svg) [![Go Reference](https://pkg.go.dev/badge/github.com/Tnze/go-mc.svg)](https://pkg.go.dev/github.com/Tnze/go-mc) [![Go Report Card](https://goreportcard.com/badge/github.com/Tnze/go-mc)](https://goreportcard.com/report/github.com/Tnze/go-mc) [![Build Status](https://travis-ci.org/Tnze/go-mc.svg?branch=master)](https://travis-ci.org/Tnze/go-mc) @@ -29,8 +29,8 @@ There's some library in Go support you to create your Minecraft client or server ## Getting start Go-MC tag the old version after new version released. For example, -if *1.19.3* is the latest Minecraft version, the newest go-mc tag will be *v1.19.2*. -To get the latest Go-MC that support *1.19.3*, usually you must use `go get -u github.com/Tnze/go-mc@master`. +if *1.19.4* is the latest Minecraft version, the newest go-mc tag will be *v1.19.3*. +To get the latest Go-MC that support *1.19.4*, usually you must use `go get -u github.com/Tnze/go-mc@master`. Special cases are version like *1.19*, the Go-MC support it is tagged `v1.19.0` to avoid automatically upgrade. Examples: