fix ui path and update version
diff --git a/Squiggly/build.xml b/Squiggly/build.xml
index 7c68f2f..a6359b7 100644
--- a/Squiggly/build.xml
+++ b/Squiggly/build.xml
@@ -28,7 +28,7 @@
         <isset property="env.FLEX_HOME" />
     </condition>
         	
-    <property name="version" value="1.0" />
+    <property name="version" value="1.1" />
 	
     <path id="flexTasks.path">
         <fileset dir="${FLEX_HOME}">
@@ -68,10 +68,10 @@
 		    <doc-classes class="com.adobe.linguistics.spelling.framework.ResourceTable"/>
 		    <doc-classes class="com.adobe.linguistics.spelling.framework.SpellingConfiguration"/>		    
 		    <doc-classes class="com.adobe.linguistics.spelling.framework.SpellingService"/>		    
-		    <doc-classes class="com.adobe.linguistics.spelling.ui.IHighlighter"/>
-		    <doc-classes class="com.adobe.linguistics.spelling.ui.HaloHighlighter"/>
-			<doc-classes class="com.adobe.linguistics.spelling.ui.SparkHighlighter"/>
-			<doc-classes class="com.adobe.linguistics.spelling.ui.TLFHighlighter"/>
+		    <doc-classes class="com.adobe.linguistics.spelling.framework.ui.IHighlighter"/>
+		    <doc-classes class="com.adobe.linguistics.spelling.framework.ui.HaloHighlighter"/>
+			<doc-classes class="com.adobe.linguistics.spelling.framework.ui.SparkHighlighter"/>
+			<doc-classes class="com.adobe.linguistics.spelling.framework.ui.TLFHighlighter"/>
 	    		    
 			<compiler.source-path path-element="main/SpellingUI/src"/>
 			<compiler.source-path path-element="main/SpellingUITLF/src"/>
@@ -80,7 +80,7 @@
 			<compiler.source-path path-element="main/SpellingFramework/src"/>
 			
 			<package name="com.adobe.linguistics.spelling" description="This package providing spell checking functionality to your action script applications. This includes the core spell checking engine and the optional SpellUI class for easy integration with your existing Flex projects." />
-			<package name="com.adobe.linguistics.spelling.ui" description="This package provides text highlighting related functionalities." />
+			<package name="com.adobe.linguistics.spelling.framework.ui" description="This package provides text highlighting related functionalities." />
 			<package name="com.adobe.linguistics.spelling.framework" description="This package provides spelling service and spelling configuration related functionalities." />
 			<package name="com.adobe.linguistics.utils" description="This package provides text parsing and tokenizing related classes." />
 		</asdoc>
@@ -207,4 +207,4 @@
     	</delete>
     	<delete dir="${basedir}/out"/> 
     </target>
-</project>
\ No newline at end of file
+</project>