From c62d5bb3cdbba377ed1038f258daabf7edcfa5a6 Mon Sep 17 00:00:00 2001 From: Bram Mittendorff Date: Mon, 8 Aug 2016 10:54:15 +0200 Subject: [PATCH] Changed version number to 1.0.5 --- InstaCraftPlugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InstaCraftPlugin.php b/InstaCraftPlugin.php index 59da776..bcb9e43 100644 --- a/InstaCraftPlugin.php +++ b/InstaCraftPlugin.php @@ -39,7 +39,7 @@ public function getDescription() */ public function getVersion() { - return '1.0.4'; + return '1.0.5'; } /**