We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba6dcf6 commit 7050524Copy full SHA for 7050524
README.md
@@ -6,7 +6,7 @@ A collection of Blender tools I've written for myself over the years. I use thes
6
7
# Installation
8
9
-Blender 3.3 or later required.
+Blender 3.4 or later required.
10
11
1. Download the [latest release](https://github.com/greisane/gret/releases/latest).
12
__init__.py
@@ -2,8 +2,8 @@
2
'name': "gret",
3
'author': "greisane",
4
'description': "",
5
- 'version': (1, 0, 0),
- 'blender': (3, 3, 0),
+ 'version': (1, 1, 0),
+ 'blender': (3, 4, 0),
'location': "3D View > Tools",
'category': "Object"
}
0 commit comments