From e132186adab33b5646497ab1b7202f50679ee83f Mon Sep 17 00:00:00 2001 From: regcs Date: Sun, 14 Jan 2024 18:08:21 +0100 Subject: [PATCH] Patch version increment: 2.2.1 -> 2.2.2 This patch version fixes an issue with running Alice/LG on Apple Silicon. --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index ea3ee2a..bd9061c 100644 --- a/__init__.py +++ b/__init__.py @@ -21,7 +21,7 @@ bl_info = { "name": "Alice/LG", "author": "Christian Stolze", - "version": (2, 2, 1), + "version": (2, 2, 2), "blender": (2, 93, 6), "location": "View3D > Looking Glass Tab", "description": "Alice/LG takes your artworks through the Looking Glass (lightfield displays)",