From 4c61821b6431b01b267fb3c56010a856f120fd78 Mon Sep 17 00:00:00 2001 From: Michael Davies Date: Sat, 25 Jul 2020 15:30:09 +1000 Subject: [PATCH] Ticked version # to 1.1.3 --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index d354969..76fcea2 100644 --- a/__init__.py +++ b/__init__.py @@ -1,7 +1,7 @@ bl_info = { "name": "Spaceship Generator", "author": "Michael Davies", - "version": (1, 1, 2), + "version": (1, 1, 3), "blender": (2, 80, 0), "location": "View3D > Add > Mesh", "description": "Procedurally generate 3D spaceships from a random seed.",