From a78c52332bdafdd4620593e491f4a21118dc0de6 Mon Sep 17 00:00:00 2001 From: IDMarinas <35842929+idmarinas@users.noreply.github.com> Date: Thu, 2 Sep 2021 18:30:07 +0200 Subject: [PATCH] Increased version --- composer.json | 2 +- src/LotgdSoulGemBundle.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index bcf82f7..2deb5cc 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "lotgd-core/soul-gem-bundle", - "version": "0.1.0", + "version": "0.1.1", "type": "lotgd-bundle", "description": "Soul Gem event for LoTGD IDMarinas Edition.", "license": "BSD-3-Clause", diff --git a/src/LotgdSoulGemBundle.php b/src/LotgdSoulGemBundle.php index fc87011..33ba430 100644 --- a/src/LotgdSoulGemBundle.php +++ b/src/LotgdSoulGemBundle.php @@ -36,7 +36,7 @@ public function getLotgdName(): string */ public function getLotgdVersion(): string { - return '0.1.0'; + return '0.1.1'; } /**