Skip to content

Commit

Permalink
Issue #2894252 by nagy.balint, idebr: Update composer example install…
Browse files Browse the repository at this point in the history
…ation to a more recent version of the Chosen library
  • Loading branch information
nagy.balint authored and balint-nagy committed Aug 2, 2017
1 parent 37065a2 commit 7db0fbd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.txt
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
4 changes: 2 additions & 2 deletions 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
Expand All @@ -10,6 +10,6 @@ chosen:
- core/jquery

chosen.css:
version: 1.6.1
version: 1.7.0
css:
component: {}
2 changes: 1 addition & 1 deletion modules/chosen_lib/drush/chosen_lib.drush.inc
Expand Up @@ -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().
Expand Down

0 comments on commit 7db0fbd

Please sign in to comment.