From 1c62980d202dc6ed14d4ad60337ea05e6a6a3638 Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Mon, 10 Dec 2018 07:51:28 -0800 Subject: [PATCH] v3.9.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c84a0164..4aef95af 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "xterm", "description": "Full xterm terminal, in your browser", - "version": "3.8.0", + "version": "3.9.0", "main": "lib/public/Terminal.js", "types": "typings/xterm.d.ts", "repository": "https://github.com/xtermjs/xterm.js",