diff options
author | wout <wout@impinc.co.uk> | 2014-01-22 13:26:08 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-01-22 13:26:08 +0100 |
commit | f8236f9b6eda01897e0ebb69867c50c2669a9c86 (patch) | |
tree | f3cf749c0202789f645e08654bcbb6da64cfb335 | |
parent | 0230d7b8abca470f3b8833ca5ed5360613520442 (diff) | |
download | svg.js-f8236f9b6eda01897e0ebb69867c50c2669a9c86.tar.gz svg.js-f8236f9b6eda01897e0ebb69867c50c2669a9c86.zip |
Minor updates to surrounding files
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | MIT-LICENSE | 2 | ||||
-rw-r--r-- | package.json | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f4a406f..7668a71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# v0.33 +# v0.33 (22/01/2014) - added `has()` method to `SVG.Set` - added `width()` and `height()` as setter and getter methods on all shapes diff --git a/MIT-LICENSE b/MIT-LICENSE index 951a65e..92730ed 100644 --- a/MIT-LICENSE +++ b/MIT-LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2012-2013 Wout Fierens +Copyright (c) 2012-2014 Wout Fierens http://svgjs.com/ Permission is hereby granted, free of charge, to any person obtaining diff --git a/package.json b/package.json index 4147d95..6e0e92e 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ , "keywords": ["svg", "vector", "graphics", "animation"] , "author": "Wout Fierens <wout@impinc.co.uk>" , "main": "dist/svg.js" -, "version": "v0.32" +, "version": "v0.33" , "jam": { "include": [ "dist/svg.js" |