diff --git a/README.txt b/README.txt
index 9b5e31a..e0a435f 100644
--- a/README.txt
+++ b/README.txt
@@ -5,7 +5,7 @@ Chosen uses the Chosen jQuery plugin to make your <select> elements more user-fr
 
 -- INSTALLATION --
 
-  1. Download the Chosen jQuery plugin (http://harvesthq.github.io/chosen/ version 1.5.0 is recommended) and extract the file under "libraries".
+  1. Download the Chosen jQuery plugin (http://harvesthq.github.io/chosen/ version 1.5 or higher is recommended) and extract the file under "libraries".
   2. Download and enable the module.
   3. Configure at Administer > Configuration > User interface > Chosen (requires administer site configuration permission)
 
diff --git a/chosen.libraries.yml b/chosen.libraries.yml
index d78cee9..ce58f7e 100644
--- a/chosen.libraries.yml
+++ b/chosen.libraries.yml
@@ -1,6 +1,6 @@
 drupal.chosen:
   remote: https://drupal.org/project/chosen
-  version: 1.5.0
+  version: 1.6.1
   license:
       name: GNU GPL v2
       url: https://www.drupal.org/about/licensing
diff --git a/composer.json b/composer.json
index b10a08a..6bae8b6 100644
--- a/composer.json
+++ b/composer.json
@@ -15,11 +15,11 @@
     {
       "type": "package",
       "package": {
-        "name": "harvesthq/chosen",
-        "version": "1.5.1",
+        "name": "drmonty/chosen",
+        "version": "1.6.1",
         "type": "drupal-library",
         "dist": {
-          "url": "https://github.com/harvesthq/chosen/releases/download/v1.5.1/chosen_v1.5.1.zip",
+          "url": "https://github.com/harvesthq/chosen/releases/download/v1.6.1/chosen_v1.6.1.zip",
           "type": "zip"
         },
         "require": {
@@ -29,11 +29,11 @@
     }
   ],
   "require": {
-    "harvesthq/chosen": "~1.5"
+    "drmonty/chosen": "~1.6"
   },
   "autoload": {
     "psr-4": {
-        "Drupal\\chosen\\": "src/"
+      "Drupal\\chosen\\": "src/"
     }
   }
 }
diff --git a/modules/chosen_lib/chosen_lib.libraries.yml b/modules/chosen_lib/chosen_lib.libraries.yml
index f58fee2..02d4b39 100644
--- a/modules/chosen_lib/chosen_lib.libraries.yml
+++ b/modules/chosen_lib/chosen_lib.libraries.yml
@@ -1,6 +1,6 @@
 chosen:
   remote: http://harvesthq.github.io/chosen
-  version: 1.5.0
+  version: 1.6.1
   license:
       name: MIT
       url: https://github.com/harvesthq/chosen/blob/master/LICENSE.md
@@ -11,7 +11,7 @@ chosen:
     - core/jquery
 
 chosen.css:
-  version: 1.5.0
+  version: 1.6.1
   css:
     component:
       /libraries/chosen/chosen.css: {}
