From abcc0c13c88180848b49ba7096963f7cd599fd04 Mon Sep 17 00:00:00 2001
From: Campbell Barton <ideasman42@gmail.com>
Date: Tue, 3 Jul 2018 11:26:54 +0200
Subject: [PATCH] bone_selection_sets: version bump

---
 bone_selection_sets.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bone_selection_sets.py b/bone_selection_sets.py
index 686eb808a..f0af60db4 100644
--- a/bone_selection_sets.py
+++ b/bone_selection_sets.py
@@ -20,7 +20,7 @@ bl_info = {
     "name": "Bone Selection Sets",
     "author": "Inês Almeida, Sybren A. Stüvel, Antony Riakiotakis, Dan Eicher",
     "version": (2, 1, 1),
-    "blender": (2, 75, 0),
+    "blender": (2, 80, 0),
     "location": "Properties > Object Data (Armature) > Selection Sets",
     "description": "List of Bone sets for easy selection while animating",
     "warning": "",
-- 
GitLab