Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'object_scatter/__init__.py')
-rw-r--r--object_scatter/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/object_scatter/__init__.py b/object_scatter/__init__.py
index 12bc8ca0..8edeac71 100644
--- a/object_scatter/__init__.py
+++ b/object_scatter/__init__.py
@@ -3,8 +3,8 @@
bl_info = {
"name": "Scatter Objects",
"author": "Jacques Lucke",
- "version": (0, 1),
- "blender": (2, 80, 0),
+ "version": (0, 2),
+ "blender": (3, 0, 0),
"location": "3D View",
"description": "Distribute object instances on another object.",
"warning": "",