From 401495f3a61a7c3ffb367fca3f284802f2b72829 Mon Sep 17 00:00:00 2001 From: Jesus Manuel Olivas Date: Mon, 17 Oct 2016 11:32:41 -0700 Subject: [PATCH] Tag release RC-6. (#41) --- composer.lock | 20 ++++++++++---------- src/Application.php | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/composer.lock b/composer.lock index f2d61b1..28528a6 100644 --- a/composer.lock +++ b/composer.lock @@ -175,16 +175,16 @@ }, { "name": "drupal/console-core", - "version": "1.0.0-rc5", + "version": "1.0.0-rc6", "source": { "type": "git", "url": "https://github.com/hechoendrupal/drupal-console-core.git", - "reference": "d66783ee3a4a8340c8bed55baf19195622b00131" + "reference": "105bf5845f17b336c9a62fbd3e576eaea0eb91d5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/d66783ee3a4a8340c8bed55baf19195622b00131", - "reference": "d66783ee3a4a8340c8bed55baf19195622b00131", + "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/105bf5845f17b336c9a62fbd3e576eaea0eb91d5", + "reference": "105bf5845f17b336c9a62fbd3e576eaea0eb91d5", "shasum": "" }, "require": { @@ -250,20 +250,20 @@ "drupal", "symfony" ], - "time": "2016-10-06 12:22:57" + "time": "2016-10-17 16:55:41" }, { "name": "drupal/console-en", - "version": "1.0.0-rc1", + "version": "1.0.0-rc2", "source": { "type": "git", "url": "https://github.com/hechoendrupal/drupal-console-en.git", - "reference": "2cf5746d56aab2a2b16f09f1875be6456363055f" + "reference": "d95f7673ce0d3253efb7ce054a2bf13e6cf9c773" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hechoendrupal/drupal-console-en/zipball/2cf5746d56aab2a2b16f09f1875be6456363055f", - "reference": "2cf5746d56aab2a2b16f09f1875be6456363055f", + "url": "https://api.github.com/repos/hechoendrupal/drupal-console-en/zipball/d95f7673ce0d3253efb7ce054a2bf13e6cf9c773", + "reference": "d95f7673ce0d3253efb7ce054a2bf13e6cf9c773", "shasum": "" }, "type": "drupal-console-language", @@ -304,7 +304,7 @@ "drupal", "symfony" ], - "time": "2016-09-23 07:54:23" + "time": "2016-10-17 16:30:14" }, { "name": "padraic/humbug_get_contents", diff --git a/src/Application.php b/src/Application.php index 9056ab4..152ead1 100644 --- a/src/Application.php +++ b/src/Application.php @@ -20,7 +20,7 @@ class Application extends ConsoleApplication /** * @var string */ - const VERSION = '1.0.0-rc5'; + const VERSION = '1.0.0-rc6'; public function __construct($container) {