Skip to content

Commit 7050524

Browse files
committed
Bump version to 1.1.0 and required Blender version to 3.4.0
1 parent ba6dcf6 commit 7050524

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A collection of Blender tools I've written for myself over the years. I use thes
66

77
# Installation
88

9-
Blender 3.3 or later required.
9+
Blender 3.4 or later required.
1010

1111
1. Download the [latest release](https://github.com/greisane/gret/releases/latest).
1212

__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
'name': "gret",
33
'author': "greisane",
44
'description': "",
5-
'version': (1, 0, 0),
6-
'blender': (3, 3, 0),
5+
'version': (1, 1, 0),
6+
'blender': (3, 4, 0),
77
'location': "3D View > Tools",
88
'category': "Object"
99
}

0 commit comments

Comments
 (0)