From 51d535f652d93bbdfc7e69e6b5ed46e0d1c597f9 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Thu, 25 Dec 2014 17:25:24 +0500 Subject: Fix typo in the previous commit Please test patches before committing. --- mesh_inset/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mesh_inset/__init__.py') diff --git a/mesh_inset/__init__.py b/mesh_inset/__init__.py index 4a7d527f..947f43f0 100644 --- a/mesh_inset/__init__.py +++ b/mesh_inset/__init__.py @@ -21,7 +21,7 @@ bl_info = { "name": "Inset Polygon", "author": "Howard Trickey", - "version": (1, 0. 1), + "version": (1, 0, 1), "blender": (2, 73, 0), "location": "View3D > Tools", "description": "Make an inset polygon inside selection.", -- cgit v1.2.3