From 411ba515c3fa342a837dcbe70246763474ac2ca6 Mon Sep 17 00:00:00 2001 From: Matheus Marchini Date: Fri, 14 Sep 2018 16:53:55 -0300 Subject: [PATCH] 2.0.0 PR-URL: https://github.com/nodejs/llnode/pull/231 Reviewed-By: Colin Ihrig Reviewed-By: Joyee Cheung --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 85bfcf46..fc320936 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "llnode", - "version": "1.7.1", + "version": "2.0.0", "description": "An lldb plugin for Node.js and V8, which enables inspection of JavaScript states for insights into Node.js processes and their core dumps.", "main": "index.js", "directories": {