From cdbcfdb98fa59503912606c5e5288aa5e4be177d Mon Sep 17 00:00:00 2001
From: Campbell Barton <ideasman42@gmail.com>
Date: Wed, 4 Jul 2018 13:41:39 +0200
Subject: [PATCH] space_view3d_copy_attributes: version bump

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

diff --git a/space_view3d_copy_attributes.py b/space_view3d_copy_attributes.py
index 3e5f3077c..cb63fb106 100644
--- a/space_view3d_copy_attributes.py
+++ b/space_view3d_copy_attributes.py
@@ -22,7 +22,7 @@ bl_info = {
     "name": "Copy Attributes Menu",
     "author": "Bassam Kurdali, Fabian Fricke, Adam Wiseman",
     "version": (0, 4, 8),
-    "blender": (2, 63, 0),
+    "blender": (2, 80, 0),
     "location": "View3D > Ctrl-C",
     "description": "Copy Attributes Menu from Blender 2.4",
     "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
-- 
GitLab