From 886a5b75fa1fd6893ada6da93e0d79fbdd44dc4c Mon Sep 17 00:00:00 2001
From: Bojan Zivanovic <bojanz@gmail.com>
Date: Tue, 29 Mar 2016 22:38:01 +0200
Subject: [PATCH] Specify that 8.x-0.x is not compatible with Drupal 8.1.x

---
 entity.info.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/entity.info.yml b/entity.info.yml
index cf09971..df5064a 100644
--- a/entity.info.yml
+++ b/entity.info.yml
@@ -2,3 +2,5 @@ name: Entity
 description: Provides expanded entity APIs, which will be moved to Drupal core one day.
 type: module
 core: 8.x
+dependencies:
+  - system (<8.1.0)
-- 
GitLab