From ef34a17b65a332fe289dbc6357ed7581d60e57ca Mon Sep 17 00:00:00 2001 From: Bob Olde Hampsink Date: Mon, 19 Oct 2015 16:21:32 +0200 Subject: [PATCH] Bumped version # --- README.md | 4 ++++ SchematicPlugin.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cdbd322..708db475 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,10 @@ public function registerMigrationService() ## Changelog +###1.1.0### + - Replaced custom error handling with existing error handling + - Refactored import/export with yaml support + ###1.0.0### - Initial release diff --git a/SchematicPlugin.php b/SchematicPlugin.php index 69246505..d58acd19 100644 --- a/SchematicPlugin.php +++ b/SchematicPlugin.php @@ -32,7 +32,7 @@ public function getName() */ public function getVersion() { - return '1.0.0'; + return '1.1.0'; } /**