diff options
author | Wilson Page <wilsonpage@me.com> | 2016-08-05 09:25:45 +0100 |
---|---|---|
committer | Wilson Page <wilsonpage@me.com> | 2016-08-05 09:25:45 +0100 |
commit | aa3c897bcdff0ee182f29d9a45a03e709f529c8f (patch) | |
tree | 0b8fb22a30c8f12cf41558b265514ab8fbeb94a8 | |
parent | 5614caa7cb6577810f836bb532098581f1283e42 (diff) | |
download | fastdom-1.0.4.zip fastdom-1.0.4.tar.gz fastdom-1.0.4.tar.bz2 |
1.0.4v1.0.4
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index ec3ed98..8d8489f 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.3", + "version": "1.0.4", "main": "fastdom.js", "scripts": { "lint": "jshint src/*", |