From 6f75fd4ab63b59eb018ea308605237fbaeda59b6 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Sun, 5 Sep 2021 12:04:12 +0000 Subject: [PATCH] Release 1.3.0 --- HISTORY.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 7f26cb4b9..4c7cdf111 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ ## History +### 1.3.0 + +* a lot + ### 1.2.0 * custom proxy selection (@Karang) diff --git a/package.json b/package.json index c1e338afc..bb2c6f5f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prismarine-web-client", - "version": "1.2.0", + "version": "1.3.0", "description": "A minecraft client running in a browser", "main": "index.js", "scripts": {