From 0e2cc629bf948f60ef1781f6ec1cfa43f6b86d74 Mon Sep 17 00:00:00 2001 From: repat Date: Fri, 7 Jan 2022 09:50:31 +1300 Subject: [PATCH] Version 0.2.1 --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5e5800..612f23f 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ vendor/bin/phpunit ## Version -* Version 0.2 +* Version 0.2.1 ## Contact diff --git a/composer.json b/composer.json index 9a1f80d..8cd728e 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "keywords": ["spatie", "crawler", "redis", "crawlqueue", "predis"], "homepage": "https://repat.de", "license": "MIT", - "version" : "0.2", + "version" : "0.2.1", "authors": [ {"name": "repat", "email": "repat@repat.de"} ],