From 2cbd7a4910ccc1111470abc0a4b835818caf889a Mon Sep 17 00:00:00 2001 From: "nathan@daedalus" Date: Fri, 23 Mar 2012 23:56:23 -0500 Subject: [PATCH] * 1.0.1.1 - 3/22/2012 + * - Fixing UI collision with mouse pointer + * - Adding AxiosRectangle and AxiosPoint classes --- axios/Axios_settings.cs | 2 ++ axios/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/axios/Axios_settings.cs b/axios/Axios_settings.cs index 42f7211..c7c5955 100644 --- a/axios/Axios_settings.cs +++ b/axios/Axios_settings.cs @@ -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 * * */ diff --git a/axios/Properties/AssemblyInfo.cs b/axios/Properties/AssemblyInfo.cs index 6a35b32..efb4e1b 100644 --- a/axios/Properties/AssemblyInfo.cs +++ b/axios/Properties/AssemblyInfo.cs @@ -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")]