From e7c0ded3a2c805ead2a452d11887290c6b71c64e Mon Sep 17 00:00:00 2001 From: TLabAltoh <121733943+TLabAltoh@users.noreply.github.com> Date: Mon, 24 Jun 2024 07:13:49 +0900 Subject: [PATCH] fix version config --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 44b2bd1..49423fe 100644 --- a/__init__.py +++ b/__init__.py @@ -9,7 +9,7 @@ bl_info = { "name": "realistic terrain", "author": "tlabaltoh", - "version": (1, 3), + "version": (1, 4), "blender": (3, 4, 0), "location": "View3D > Tools > Terrain", "description": "Simulation of random terrain generation and rain erosion",