From 6958d1a74743068f4098b98c0695cbaabfa21d63 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Sat, 26 Jan 2013 14:17:53 -0500 Subject: [PATCH] README: remove the 'pre' from the version so people don't get confused --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79d0567..e9f9399 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Parse and serialize minecraft packets, plus authentication and encryption. ## Features - * Supports Minecraft version 1.4.7pre + * Supports Minecraft version 1.4.7 * Parses all packets and emits events with packet fields as JavaScript objects. * Send a packet by supplying fields as a JavaScript object.