diff options
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 0ad3b78..252c7b0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dom-batch", "description": "Eliminates layout thrashing by batching DOM read/write operations", - "version": "0.3.1", + "version": "0.3.2", "main": "lib/dom-batch.js", "scripts": { "test": "./node_modules/.bin/mocha-phantomjs test/index.html" |