From 7d17ba36acba7d990dfd5a203c93f5f90a84516d Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 30 Nov 2015 22:39:17 +0100 Subject: [PATCH] updated version to 3.1 --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1567c8b4..d5e9a986 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ https://github.com/silexphp/Silex/blob/master/src/Silex/Provider/TranslationServ Documentation: -https://symfony.com/doc/3.0/book/translation.html +https://symfony.com/doc/3.1/book/translation.html You can run the unit tests with the following command: diff --git a/composer.json b/composer.json index 916cd1a1..e7b44440 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ "minimum-stability": "dev", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-master": "3.1-dev" } } }