Skip to content

Commit 49d3f84

Browse files
committed
version bump to 4.2
1 parent f7547cf commit 49d3f84

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

MIDIAnimator/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
from __future__ import annotations
1515

1616
bl_info = {
17-
"name": "MIDIAnimator beta4.1",
17+
"name": "MIDIAnimator beta4.2",
1818
"description": "A cohesive, open-source solution to animating Blender objects using a MIDI file.",
1919
"author": "James Alt (et al.)",
20-
"version": (0, 4, 1),
20+
"version": (0, 4, 2),
2121
"blender": (3, 0, 0),
2222
"location": "Scripting Space",
2323
"doc_url": "https://midianimatordocs.readthedocs.io/en/latest/",

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
<h3 align="center">MIDIAnimator</h3>
2222

2323
<p align="center">
24-
Procedurally animate a MIDI file using Blender.
24+
Procedurally animate a MIDI file using Blender.
25+
Works with Blender 3.0, 4.0, and 5.0.
2526
<h1><a href="https://github.com/jamesa08/MIDIAnimator/?tab=readme-ov-file#future-of-midianimator">⚠️ Read Updates Here 🚧</a></h1>
2627
<br />
2728
<a href="https://midianimatordocs.readthedocs.io/en/latest/"><strong>Explore the docs »</strong></a>

0 commit comments

Comments
 (0)