From eebc623129fadbc54e490c625350a846a6dba6f7 Mon Sep 17 00:00:00 2001 From: James Alt <79052050+jamesa08@users.noreply.github.com> Date: Fri, 26 Aug 2022 15:06:49 -0400 Subject: [PATCH] beta 3.2 Changelog: fixed #6 --- MIDIAnimator/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MIDIAnimator/__init__.py b/MIDIAnimator/__init__.py index db5e2c9..4efa835 100644 --- a/MIDIAnimator/__init__.py +++ b/MIDIAnimator/__init__.py @@ -14,7 +14,7 @@ from __future__ import annotations bl_info = { - "name": "MIDI Animator beta3.1", + "name": "MIDI Animator beta3.2", "description": "A cohesive, open-source solution to animating Blender objects using a MIDI file.", "author": "James Alt (et al.)", "version": (1, 0, 0),