From 9aca0f1a42b8b0197d6ca480a9a7f19a289c3797 Mon Sep 17 00:00:00 2001 From: Nicolas MURE Date: Mon, 4 Apr 2016 21:47:43 +0200 Subject: [PATCH] v0.1.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3970f2a..5aacf5d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle: ```bash -$ composer require nmure/encryptor-bundle "dev-master" +$ composer require nmure/encryptor-bundle "~0.1.0" ``` This command requires you to have Composer installed globally, as explained