summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilson Page <wilsonpage@me.com>2013-10-02 08:03:02 +0100
committerWilson Page <wilsonpage@me.com>2013-10-02 08:03:02 +0100
commit5ad23d924b88d1f1822201e4685b89fb759ff85f (patch)
treed35219b8666755e108edf7c22cef812421ba99cc
parent1ff7af35a4acf8218b210f67da2a5f5598805129 (diff)
downloadfastdom-5ad23d924b88d1f1822201e4685b89fb759ff85f.zip
fastdom-5ad23d924b88d1f1822201e4685b89fb759ff85f.tar.gz
fastdom-5ad23d924b88d1f1822201e4685b89fb759ff85f.tar.bz2
0.6.0v0.6.0
-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 5d41652..91ef9e9 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.1",
+ "version": "0.6.0",
"main": "lib/fastdom.js",
"scripts": [
"lib/fastdom.js"
diff --git a/component.json b/component.json
index 3ffcd40..702f9f1 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.1",
+ "version": "0.6.0",
"main": "lib/fastdom.js",
"scripts": [
"lib/fastdom.js"
diff --git a/package.json b/package.json
index 69b1a17..ef5a6b9 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.1",
+ "version": "0.6.0",
"main": "lib/fastdom.js",
"scripts": {
"test": "./node_modules/.bin/mocha-phantomjs test/index.html"