From b84a30d39b0f070c418b33ade4d295fee651ea47 Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 12 Feb 2019 17:22:07 +0800 Subject: Basic Port to 19w06a --- version.json | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'version.json') diff --git a/version.json b/version.json index be5423280..be0c83431 100644 --- a/version.json +++ b/version.json @@ -11,6 +11,10 @@ { "game": "19w05a", "mod": "2.2.0.49" + }, + { + "game": "19w06a", + "mod": "2.2.0.50" } ], "changelogs": { @@ -24,6 +28,11 @@ "version": "2.2.0.49", "text": "Fixed Crashing when rendering tooltips", "level": "normal" + }, + { + "version": "2.2.0.50", + "text": "Updated to 19w06a", + "level": "none" } ] } -- cgit