From e1bcd99ff100ef03793009a320b8c02a65a907c0 Mon Sep 17 00:00:00 2001 From: Wilson Page Date: Fri, 17 Jun 2016 16:03:26 +0100 Subject: [PATCH] 1.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fd60bea..7b4e599 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fastdom", "description": "Eliminates layout thrashing by batching DOM read/write operations", - "version": "1.0.2", + "version": "1.0.3", "main": "fastdom.js", "scripts": { "lint": "jshint src/*",