From ab6c3ada04a83959aa3e6e0b3b5ed8cd31f3ff57 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 6 Jul 2020 11:13:45 +0200 Subject: update to 2.2.1 --- composer.json | 2 +- php-sebastian-type2.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 54c0a08..ee414e7 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ }, "extra": { "branch-alias": { - "dev-master": "2.1-dev" + "dev-master": "2.2-dev" } } } diff --git a/php-sebastian-type2.spec b/php-sebastian-type2.spec index 9e3f95f..d079a30 100644 --- a/php-sebastian-type2.spec +++ b/php-sebastian-type2.spec @@ -8,7 +8,7 @@ # %global bootstrap 0 # github -%global gh_commit 56b3ba194e0cbaaf3de7ccd353c289d7a84ed022 +%global gh_commit 86991e2b33446cd96e648c18bcdb1e95afb2c05a %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project type @@ -27,7 +27,7 @@ %endif Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 2.1.1 +Version: 2.2.1 Release: 1%{?dist} Summary: Collection of value objects that represent the types of the PHP type system @@ -115,6 +115,9 @@ exit $ret %changelog +* Mon Jul 6 2020 Remi Collet - 2.2.1-1 +- update to 2.2.1 + * Mon Jun 29 2020 Remi Collet - 2.1.1-1 - update to 2.1.1 -- cgit