diff --git a/README.md b/README.md index b52d3ff..f35cc14 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Data Structures for PHP 7 [![Build Status](https://travis-ci.org/php-ds/extension.svg?branch=master)](https://travis-ci.org/php-ds/extension) -[![PECL](https://img.shields.io/badge/PECL-1.2.3-blue.svg)](https://pecl.php.net/package/ds) +[![PECL](https://img.shields.io/badge/PECL-1.2.4-blue.svg)](https://pecl.php.net/package/ds) An extension providing specialized data structures as efficient alternatives to the PHP array. You can read about it in more detail [in this blog post](https://medium.com/p/9dda7af674cd) which highlights the API, performance and other benefits of using the extension.