diff -r 6526c5e6050c887509c1e8941aa6729987fe81be -r a2dd021b866c62048a501dd76c4b065552ceae1c axios/Axios_settings.cs --- a/axios/Axios_settings.cs Fri Mar 23 23:54:58 2012 -0500 +++ b/axios/Axios_settings.cs Fri Mar 23 23:56:23 2012 -0500 @@ -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 -r 6526c5e6050c887509c1e8941aa6729987fe81be -r a2dd021b866c62048a501dd76c4b065552ceae1c axios/Properties/AssemblyInfo.cs --- a/axios/Properties/AssemblyInfo.cs Fri Mar 23 23:54:58 2012 -0500 +++ b/axios/Properties/AssemblyInfo.cs Fri Mar 23 23:56:23 2012 -0500 @@ -31,7 +31,7 @@ // Build Number // Revision // -[assembly: AssemblyVersion("1.0.1.0")] +[assembly: AssemblyVersion("1.0.1.1")] #if DEBUG [assembly: AssemblyConfiguration("Debug")]