]> source.dussan.org Git - svg.js.git/commitdiff
Updated README
authorwout <wout@impinc.co.uk>
Sat, 2 Feb 2013 16:35:53 +0000 (17:35 +0100)
committerwout <wout@impinc.co.uk>
Sat, 2 Feb 2013 16:35:53 +0000 (17:35 +0100)
README.md
Rakefile

index 23972bc9dcda0b7a3b6e7f137ca958789b6251a4..4cbf9a3ef124cb6251a69b591bf076c72f4a9724 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 A lightweight library for manipulating and animating SVG.
 
-Svg.js has no dependencies and aims to be under 5k gzipped. The base library is 2.7k gzipped, with all bells and whistles about 4.7k.
+Svg.js has no dependencies and aims to be as small as possible. The base library is 3k gzipped, with all bells and whistles about 5k.
 
 Svg.js is licensed under the terms of the MIT License.
 
index e6cb5a444b898e0ec2959ad7fb46a97c86a873b3..183b67bff0424e641af6b76e6b38bf562bc9c3de 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -1,4 +1,4 @@
-SVGJS_VERSION = '0.4'
+SVGJS_VERSION = '0.5'
 
 # all available modules in the correct loading order
 MODULES = %w[ svg element container fx event group arrange defs mask pattern gradient doc shape wrap rect ellipse line poly path image text nested sugar ]