From a43a6108cf31c2d6565eed72f0f6c19b73a26cf2 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Wed, 16 Oct 2013 14:21:11 +0200 Subject: [PATCH] Prepare release --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7fb2bdf5..0c7d1bbf 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,11 @@ Simply add a dependency on `sebastian/money` to your project's `composer.json` file if you use [Composer](http://getcomposer.org/) to manage the dependencies of your project. -Here is a minimal example of a `composer.json` file that just defines a dependency on Money 1.0: +Here is a minimal example of a `composer.json` file that just defines a dependency on Money 1.1: { "require": { - "sebastian/money": "1.0.*" + "sebastian/money": "1.1.*" } }