From 3d2ae2e6212da02392717baababe96d9b47faa9e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 5 Feb 2021 17:05:06 +0100 Subject: v1.1.1 --- php-react-cache.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-react-cache.spec b/php-react-cache.spec index ecfdc92..06151ea 100644 --- a/php-react-cache.spec +++ b/php-react-cache.spec @@ -12,8 +12,8 @@ %global github_owner reactphp %global github_name cache -%global github_version 1.1.0 -%global github_commit 44a568925556b0bd8cacc7b49fb0f1cf0d706a0c +%global github_version 1.1.1 +%global github_commit 4bf736a2cccec7298bdf745db77585966fc2ca7e %global composer_vendor react %global composer_project cache @@ -155,6 +155,9 @@ exit $RETURN_CODE %changelog +* Fri Feb 5 2021 Remi Collet - 1.1.1-1 +- update to 1.1.1 + * Wed Nov 4 2020 Remi Collet - 1.1.0-1 - update to 1.1.0 - switch to phpunit9 -- cgit