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" } } ```