* 1.0.1.1 - 3/22/2012

+ * - Fixing UI collision with mouse pointer
+ * - Adding AxiosRectangle and AxiosPoint classes
master
nathan@daedalus 2012-03-23 23:56:23 -05:00
parent a47ec71bc2
commit 2cbd7a4910
2 changed files with 3 additions and 1 deletions

View File

@ -49,6 +49,8 @@
* - Fixing bug with last screen not exiting if it is a background screen
*
* 1.0.1.1 - 3/22/2012
* - Fixing UI collision with mouse pointer
* - Adding AxiosRectangle and AxiosPoint classes
*
*
*/

View File

@ -31,7 +31,7 @@ using System.Runtime.InteropServices;
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyVersion("1.0.1.1")]
#if DEBUG
[assembly: AssemblyConfiguration("Debug")]