summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilson Page <wilsonpage@me.com>2013-09-19 17:13:49 +0100
committerWilson Page <wilsonpage@me.com>2013-09-19 17:13:49 +0100
commit53288b2e2c239515518d1c98f16edc0820aed8ab (patch)
tree489aea0b7f437a951a133d5d50e52f2745d066de
parent4905c89e4ed08ed9b05cc583fdc65e64ca8207b0 (diff)
downloadfastdom-53288b2e2c239515518d1c98f16edc0820aed8ab.zip
fastdom-53288b2e2c239515518d1c98f16edc0820aed8ab.tar.gz
fastdom-53288b2e2c239515518d1c98f16edc0820aed8ab.tar.bz2
0.5.10.5.1
-rw-r--r--bower.json2
-rw-r--r--component.json2
-rw-r--r--package.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/bower.json b/bower.json
index d9eb9c9..5d41652 100644
--- a/bower.json
+++ b/bower.json
@@ -1,7 +1,7 @@
{
"name": "fastdom",
"description": "Eliminates layout thrashing by batching DOM read/write operations",
- "version": "0.5.0",
+ "version": "0.5.1",
"main": "lib/fastdom.js",
"scripts": [
"lib/fastdom.js"
diff --git a/component.json b/component.json
index c73a26f..3ffcd40 100644
--- a/component.json
+++ b/component.json
@@ -1,7 +1,7 @@
{
"name": "fastdom",
"description": "Eliminates layout thrashing by batching DOM read/write operations",
- "version": "0.5.0",
+ "version": "0.5.1",
"main": "lib/fastdom.js",
"scripts": [
"lib/fastdom.js"
diff --git a/package.json b/package.json
index 5022496..69b1a17 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "fastdom",
"description": "Eliminates layout thrashing by batching DOM read/write operations",
- "version": "0.5.0",
+ "version": "0.5.1",
"main": "lib/fastdom.js",
"scripts": {
"test": "./node_modules/.bin/mocha-phantomjs test/index.html"