diff --git a/VERSION.md b/VERSION.md index e9cd922..10d22b0 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1,6 +1,12 @@ Version History =============== +0.1.3 +----- +* Stop using the internal attrs member and call get/setAttrs methods +* Detect draw() function on node, so that Stage.draw() gets called + + 0.1.2 ----- A bugfix release addressing an issue with unwrapping observables, diff --git a/knockout-kinetic.coffee b/knockout-kinetic.coffee index c718fe9..4dc32ad 100644 --- a/knockout-kinetic.coffee +++ b/knockout-kinetic.coffee @@ -1,5 +1,5 @@ ### -Knockout Kinetic plugin version 0.1.2 +Knockout Kinetic plugin version 0.1.3 Copyright 2012 Christopher Currie - https://github.com/christophercurrie License: MIT (http://www.opensource.org/licenses/mit-license.php) ### diff --git a/knockout-kinetic.js b/knockout-kinetic.js index 8e573fa..6e1dc05 100644 --- a/knockout-kinetic.js +++ b/knockout-kinetic.js @@ -1,7 +1,7 @@ // Generated by CoffeeScript 1.3.3 /* -Knockout Kinetic plugin version 0.1.2 +Knockout Kinetic plugin version 0.1.3 Copyright 2012 Christopher Currie - https://github.com/christophercurrie License: MIT (http://www.opensource.org/licenses/mit-license.php) */