From 329177e1a01b295c4ff06f74e2091a04204651b6 Mon Sep 17 00:00:00 2001 From: Konrad Alfaro Date: Sat, 13 Apr 2024 13:39:26 +0200 Subject: [PATCH] Bump version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4847474..9b1afef 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "Slack adapter for Sylius Notification Plugin", "keywords": ["sylius", "notification", "plugin", "adapter", "slack"], "license": "MIT", - "version": "1.0.0", + "version": "1.0.1", "require": { "php": ">=8.0", "symfony/slack-notifier": "^6.0",