From 894d067990dc5e4da8a94ee1fe1c05039ecfc36c Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Tue, 8 Jan 2019 08:14:46 -0800 Subject: [PATCH] v3.10.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ed3a4b800..65e6334503 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "xterm", "description": "Full xterm terminal, in your browser", - "version": "3.10.0", + "version": "3.10.1", "main": "lib/public/Terminal.js", "types": "typings/xterm.d.ts", "repository": "https://github.com/xtermjs/xterm.js",