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

Commit 495cc75

Browse files
committed
Version bump
1 parent 4159b34 commit 495cc75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ php-bignumbers [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://git
22
==============
33

44
A robust library to handle immutable big numbers inside PHP applications
5-
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
5+
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
66
but also Facebook's [HHVM](http://www.hhvm.com).
77

88

@@ -26,7 +26,7 @@ composer.json file the following text:
2626
```json
2727
{
2828
"require": {
29-
"litipk/php-bignumbers": "0.7.0"
29+
"litipk/php-bignumbers": "0.7.1"
3030
}
3131
}
3232
```

0 commit comments

Comments
 (0)