From bf73afbf916b48554d8831b85aa65bc633c45287 Mon Sep 17 00:00:00 2001 From: Dominik Zogg Date: Mon, 5 Aug 2019 21:17:33 +0200 Subject: [PATCH] 2.11 => 2.12 --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 903d488..87f15cc 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ A simple deserialization. Through [Composer](http://getcomposer.org) as [chubbyphp/chubbyphp-deserialization][1]. ```sh -composer require chubbyphp/chubbyphp-deserialization "~2.11" +composer require chubbyphp/chubbyphp-deserialization "~2.12" ``` ## Usage diff --git a/composer.json b/composer.json index 83df40d..3c48cf1 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ }, "extra": { "branch-alias": { - "dev-master": "2.11-dev" + "dev-master": "2.12-dev" } } }