From d8d42376b56c14b75ee3419a9c455b4fb8449fc6 Mon Sep 17 00:00:00 2001 From: Paulo Ragonha Date: Mon, 16 Jan 2017 14:53:27 +0100 Subject: [PATCH] 1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2766e0d..90c1ced 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "collect-fps", - "version": "1.0.0", + "version": "1.1.0", "description": "Small module that uses requestAnimationFrame to collect what is the current FPS", "main": "index.js", "scripts": {