diff --git a/HISTORY.md b/HISTORY.md index ad23585a9..c56af1987 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,11 @@ ## History +### 1.1.0 + +* chat +* better font +* pitch fix + ### 1.0.1 * initial implementation diff --git a/package.json b/package.json index 594f47b75..967dbfc66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prismarine-web-client", - "version": "1.0.1", + "version": "1.1.0", "description": "A minecraft client running in a browser", "main": "index.js", "scripts": {