From f7d954391cf3fde794c23dda2748c8cf37d9dec7 Mon Sep 17 00:00:00 2001 From: Wliu <50Wliu@users.noreply.github.com> Date: Sun, 5 Nov 2017 02:49:25 +0100 Subject: [PATCH] Prepare 0.36.2 release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 22e4462..1a98161 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "timecop", - "version": "0.36.1", + "version": "0.36.2", "description": "Displays information about where time is spent while Atom loads.", "main": "./lib/main", "repository": "https://github.com/atom/timecop",