Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
castarco committed Apr 1, 2015
1 parent 4159b34 commit 495cc75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).


Expand All @@ -26,7 +26,7 @@ composer.json file the following text:
```json
{
"require": {
"litipk/php-bignumbers": "0.7.0"
"litipk/php-bignumbers": "0.7.1"
}
}
```
Expand Down

0 comments on commit 495cc75

Please sign in to comment.