From 704da2b9833bb2fcc00839980894b9294a4e9b84 Mon Sep 17 00:00:00 2001 From: mgross Date: Sun, 25 Sep 2022 12:12:18 +0200 Subject: [PATCH] Updated version --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6c5a540..11f0c69 100755 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "A Kimai 2 plugin, which allows you to backup your environment with a single click.", "homepage": "https://github.com/mxgross/EasyBackupBundle", "type": "kimai-plugin", - "version": "1.1", + "version": "1.2", "require": { "kimai/kimai2-composer": "*" }, @@ -22,7 +22,7 @@ "extra": { "kimai": { "require": "1.6", - "version": "1.1", + "version": "1.2", "name": "EasyBackup" } },