From f240a7fdc31b7c6f39dcbba265609786e3a98008 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Sat, 27 Feb 2021 22:36:20 +0000 Subject: [PATCH] Release 1.0.1 --- HISTORY.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index a2f2d69ce..ad23585a9 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ ## History -### 1.0.0 +### 1.0.1 * initial implementation diff --git a/package.json b/package.json index fd15d0974..3668b3e81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prismarine-web-client", - "version": "1.0.0", + "version": "1.0.1", "description": "A minecraft client running in a browser", "main": "index.js", "scripts": {