0.9.3 release
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 55ba218..a7ee0bb 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,3 +1,14 @@
+v 0.9.3 - February 2013
+
+- Revert to using a single library!
+- Public API reverted to taking nums instead of doubles.
+- Fixed all warnings/errors introduced by M3.
+- drone.io integrated tests.
+- Fixed bug in rotation construction.
+- Fixed bug in orthographic matrix construction.
+- External contribution by fkleon fixing flexible constructors.
+- External contribution by donny-dont adding a missing cast .toDouble().
+
v 0.9.0 - October 2012
- Pub: Dart Vector Math now fully supports the pub package management system!
diff --git a/pubspec.yaml b/pubspec.yaml
index 0343eb7..511f280 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,9 +1,10 @@
name: vector_math
description: A Vector Math library for 2D and 3D applications.
-version: 0.9.2
+version: 0.9.3
author: John McCutchan <john@johnmccutchan.com>
homepage: https://github.com/johnmccutchan/DartVectorMath
dependencies:
browser: any
unittest: any
- bot: ">=0.12.0"
\ No newline at end of file
+ bot: ">=0.12.0"
+