From 290de42b8a67ae97f77f20b0deb31cf5355add8f Mon Sep 17 00:00:00 2001 From: Soner Sayakci Date: Mon, 6 Mar 2017 23:33:50 +0100 Subject: [PATCH] Increase Bootstrap Version --- Bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bootstrap.php b/Bootstrap.php index a91aadb..71df2a9 100644 --- a/Bootstrap.php +++ b/Bootstrap.php @@ -13,7 +13,7 @@ public function getLabel() public function getInfo() { return array( - 'version' => '1.1.0', + 'version' => '1.1.1', 'autor' => 'Shyim', 'label' => $this->getLabel(), 'support' => 'https://github.com/Shyim/whoops-for-shopware',