From d29a9730b8c32a0e7b2990e9d2b675bed4dd2481 Mon Sep 17 00:00:00 2001 From: Rudi Theunissen Date: Fri, 1 Dec 2017 08:42:43 +1300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.