diff --git a/README.txt b/README.txt
index 8b606ef..3d60f8d 100644
--- a/README.txt
+++ b/README.txt
@@ -9,10 +9,6 @@ Chosen uses the Chosen jQuery plugin to make your <select> elements more user-fr
   2. Download and enable the module.
   3. Configure at Administer > Configuration > User interface > Chosen (requires administer site configuration permission)
 
--- DEPENDENCIES --
-
-  - jQuery Update - Chosen library is having some trouble with jquery <= 1.6, therefore we decided to make jquery_update as a dependency.
-
 -- INSTALLATION VIA DRUSH --
 
  A Drush command is provided for easy installation of the Chosen plugin.
diff --git a/chosen.info b/chosen.info
index 7c994bb..31263ab 100644
--- a/chosen.info
+++ b/chosen.info
@@ -2,5 +2,3 @@ name = Chosen
 description = Makes select elements more user-friendly using <a href="http://harvesthq.github.com/chosen/">Chosen</a>.
 configure = admin/config/user-interface/chosen
 core = 7.x
-
-dependencies[] = jquery_update
diff --git a/chosen.make.example b/chosen.make.example
index 46831ca..25ecb18 100644
--- a/chosen.make.example
+++ b/chosen.make.example
@@ -2,6 +2,6 @@ core = 7.x
 api  = 2
 
 libraries[chosen][download][type] = "get"
-libraries[chosen][download][url] = "https://github.com/harvesthq/chosen/releases/download/1.0.0/chosen_v1.0.0.zip"
+libraries[chosen][download][url] = "https://github.com/harvesthq/chosen/releases/download/v1.1.0/chosen_v1.1.0.zip"
 libraries[chosen][directory_name] = "chosen"
 libraries[chosen][destination] = "libraries"
diff --git a/drush/chosen.drush.inc b/drush/chosen.drush.inc
index c4650e3..84b2024 100644
--- a/drush/chosen.drush.inc
+++ b/drush/chosen.drush.inc
@@ -8,7 +8,7 @@
 /**
  * The Chosen plugin URI.
  */
-define('CHOSEN_DOWNLOAD_URI', 'https://github.com/harvesthq/chosen/releases/download/1.0.0/chosen_v1.0.0.zip');
+define('CHOSEN_DOWNLOAD_URI', 'https://github.com/harvesthq/chosen/releases/download/v1.1.0/chosen_v1.1.0.zip');
 
 /**
  * Implementation of hook_drush_command().
