summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2013-01-27 20:17:17 +0100
committerwout <wout@impinc.co.uk>2013-01-27 20:17:17 +0100
commitfe1747c86d0e562853752ac2b412ed33cd109c4f (patch)
treeec56684826ca2053ab78d8ef7a29f0f1f1f1f6ae /Rakefile
parentb72373cf2fc024714825da95c59879ce9cbb4521 (diff)
downloadsvg.js-fe1747c86d0e562853752ac2b412ed33cd109c4f.tar.gz
svg.js-fe1747c86d0e562853752ac2b412ed33cd109c4f.zip
Added data() method
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 69b5235..695dc56 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,4 +1,4 @@
-SVGJS_VERSION = '0.1a'
+SVGJS_VERSION = '0.2'
# all available modules in the correct loading order
MODULES = %w[ svg container element fx event group arrange defs mask pattern gradient doc shape wrap rect ellipse poly path image text nested sugar ]