From 3dc85747fa21a18b8371ec1c61622e5357f4e2ca Mon Sep 17 00:00:00 2001 From: Arpad Borsos Date: Thu, 21 Aug 2014 14:29:18 +0200 Subject: [PATCH] Release 0.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 44c843b..b47e9fe 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "perf-cpuprofile", "description": "Converts linux `perf` tool output to .cpuprofile files readable by chromiums devtools", - "version": "0.0.1", + "version": "0.0.3", "keywords": [], "bin": { "perf-cpuprofile": "./bin/perf-cpuprofile.js"