diff --git a/README.txt b/README.txt index b8b4b1b..77d170c 100644 --- a/README.txt +++ b/README.txt @@ -28,10 +28,10 @@ "type": "package", "package": { "name": "harvesthq/chosen", - "version": "1.6.1", + "version": "1.7.0", "type": "drupal-library", "dist": { - "url": "https://github.com/harvesthq/chosen/releases/download/v1.6.1/chosen_v1.6.1.zip", + "url": "https://github.com/harvesthq/chosen/releases/download/v1.7.0/chosen_v1.7.0.zip", "type": "zip" }, "require": { diff --git a/chosen.libraries.yml b/chosen.libraries.yml index 46cc3a5..0ab63fa 100644 --- a/chosen.libraries.yml +++ b/chosen.libraries.yml @@ -1,6 +1,6 @@ drupal.chosen: remote: https://drupal.org/project/chosen - version: 1.6.1 + version: 1.7.0 license: name: GNU GPL v2 url: https://www.drupal.org/about/licensing diff --git a/modules/chosen_lib/chosen_lib.libraries.yml b/modules/chosen_lib/chosen_lib.libraries.yml index d9e1f3e..057d918 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.6.1 + version: 1.7.0 license: name: MIT url: https://github.com/harvesthq/chosen/blob/master/LICENSE.md @@ -10,6 +10,6 @@ chosen: - core/jquery chosen.css: - version: 1.6.1 + version: 1.7.0 css: component: {} diff --git a/modules/chosen_lib/drush/chosen_lib.drush.inc b/modules/chosen_lib/drush/chosen_lib.drush.inc index ac888cc..7da9531 100644 --- a/modules/chosen_lib/drush/chosen_lib.drush.inc +++ b/modules/chosen_lib/drush/chosen_lib.drush.inc @@ -8,7 +8,7 @@ /** * The Chosen plugin URI. */ -define('CHOSEN_DOWNLOAD_URI', 'https://github.com/harvesthq/chosen/releases/download/v1.6.1/chosen_v1.6.1.zip'); +define('CHOSEN_DOWNLOAD_URI', 'https://github.com/harvesthq/chosen/releases/download/v1.7.0/chosen_v1.7.0.zip'); /** * Implements hook_drush_command().