From 495cc7574d48cf77247ae81bfec86bb7b11e787f Mon Sep 17 00:00:00 2001 From: Andreu Correa Casablanca Date: Wed, 1 Apr 2015 11:17:42 +0200 Subject: [PATCH] Version bump --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aeedef9..34f92a0 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ php-bignumbers [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://git ============== A robust library to handle immutable big numbers inside PHP applications -The current stable version is 0.7.0. Litipk\BigNumbers supports PHP 5.3.x, 5.4.x, 5.5.x, and 5.6.,x +The current stable version is 0.7.1. Litipk\BigNumbers supports PHP 5.3.x, 5.4.x, 5.5.x, and 5.6.,x but also Facebook's [HHVM](http://www.hhvm.com). @@ -26,7 +26,7 @@ composer.json file the following text: ```json { "require": { - "litipk/php-bignumbers": "0.7.0" + "litipk/php-bignumbers": "0.7.1" } } ```