diff --git a/mod_vmassign_groups.php b/mod_vmassign_groups.php
index 993c3bb0c402f0439a7a66c7f682454e16d4823d..3cb9d00a7a824bbdf1f9f7ca8ab1e5fed433e585 100644
--- a/mod_vmassign_groups.php
+++ b/mod_vmassign_groups.php
@@ -8,8 +8,8 @@
  **/
 
 defined( '_JEXEC' ) or die( 'Restricted access' );
-$db						= &JFactory::getDBO();	
-$lang 					= &JFactory::getLanguage();
+$db						= JFactory::getDBO();	
+$lang 					= JFactory::getLanguage();
 $langtag 				= $lang->get('tag');
 $dblangtag 				= strtolower(str_replace( '-' , '_' , $langtag ) );
 
diff --git a/mod_vmassign_groups.xml b/mod_vmassign_groups.xml
index 0d3696c00b72c9e48fb43ff6968aab3ca83e6ad1..871439597cc5c00c4814607c2252159a93f497f5 100644
--- a/mod_vmassign_groups.xml
+++ b/mod_vmassign_groups.xml
@@ -8,7 +8,7 @@
 	<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2</license>
 	<authorEmail>office@open-tools.net</authorEmail>
 	<authorUrl>www.open-tools.net</authorUrl>
-	<version>1.0.0</version>
+	<version>1.1.0</version>
 	<description>Assign Virtuemart product customers to Joomla usergroups according to the products they bought. This admin module allows site admin to batch assign specific products customers to specific Joomla user groups using multiple select list. This admin module works for Joomla 2.5 and 3.x together with VirtueMart 2.x and 3.x. Install it via the regular Joomal installer, then go to module manager, click on the Admin submenu item to list only admin modules. Then enable this module on the cpanel module position. It will then show on your admin Control panel.</description>
 	<files>
 		<filename module="mod_vmassign_groups">mod_vmassign_groups.php</filename>
diff --git a/releases/mod_opentools_vmassign_groups_v1.1.zip b/releases/mod_opentools_vmassign_groups_v1.1.zip
index 59d689283b3e95a8f40ea71461f889e73b9f2f8f..325dc95a215516be656b7f91147ce867a8c66c07 100644
Binary files a/releases/mod_opentools_vmassign_groups_v1.1.zip and b/releases/mod_opentools_vmassign_groups_v1.1.zip differ