Skip to content

Commit

Permalink
chore: bump version to 2.20.60
Browse files Browse the repository at this point in the history
  • Loading branch information
saturday06 committed Jun 22, 2024
1 parent d8f2763 commit 7378848
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion extension.patch
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ index 19594bdd..5f4289fb 100644
-bl_info = {
- "name": "VRM format",
- "author": "saturday06, iCyP",
- "version": (2, 20, 58),
- "version": (2, 20, 60),
- "location": "File > Import-Export",
- "description": "Import-Edit-Export VRM",
- "blender": (2, 93, 0),
Expand Down
2 changes: 1 addition & 1 deletion src/io_scene_vrm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
bl_info = {
"name": "VRM format",
"author": "saturday06, iCyP",
"version": (2, 20, 58),
"version": (2, 20, 60),
"location": "File > Import-Export",
"description": "Import-Edit-Export VRM",
"blender": (2, 93, 0),
Expand Down
2 changes: 1 addition & 1 deletion src/io_scene_vrm/blender_manifest.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
schema_version = "1.0.0"

id = "vrm"
version = "2.20.58"
version = "2.20.60"
name = "VRM format"
tagline = "VRM import, export and editing capabilities"
maintainer = "Isamu Mogi <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class TestVersion(TestCase):
def test_version(self) -> None:
self.assertEqual(
version.addon_version(),
(2, 20, 58),
(2, 20, 60),
)


Expand Down

0 comments on commit 7378848

Please sign in to comment.