From e6198034af015f459912330e97320c54fc0f1366 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Weyhaupt?= Date: Fri, 7 Jun 2019 15:19:46 +0200 Subject: [PATCH 1/2] Fix di for repository definition --- etc/di.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/di.xml b/etc/di.xml index 0632ffe..5430305 100644 --- a/etc/di.xml +++ b/etc/di.xml @@ -26,8 +26,8 @@ - Blackbird\DataModelSample\Api\StudentRepositoryInterface - Blackbird\DataModelSample\Api\TeacherRepositoryInterface + Blackbird\DataModelSample\Api\StudentRepositoryInterface + Blackbird\DataModelSample\Api\TeacherRepositoryInterface From 56c1a4b8a3924b12aaaf46e3d600d95d40d11f3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Weyhaupt?= Date: Tue, 11 Jun 2019 16:56:05 +0200 Subject: [PATCH 2/2] v0.3.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fa34c9d..d1de634 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "magento/framework": "101.*.*" }, "type": "magento2-module", - "version": "0.2.0", + "version": "0.3.0", "license": [ "MIT" ],