Skip to content

Commit

Permalink
Bumped the minimum Blender version to 2.90.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbasnett committed Apr 3, 2023
1 parent 947c86e commit c99725b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions io_scene_psk_psa/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
bl_info = {
"name": "PSK/PSA Importer/Exporter",
"author": "Colin Basnett, Yurii Ti",
"version": (4, 2, 0),
"blender": (2, 80, 0),
"version": (4, 2, 1),
"blender": (2, 90, 0),
# "location": "File > Export > PSK Export (.psk)",
"description": "PSK/PSA Import/Export (.psk/.psa)",
"warning": "",
Expand Down

0 comments on commit c99725b

Please sign in to comment.