Skip to content

Commit

Permalink
[Version] Bump version to v0.6.1 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
HaiyiMei authored Mar 19, 2024
1 parent 85bafd1 commit 5f39031
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/XRFeitoriaBpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
bl_info = {
'name': 'XRFeitoriaBpy',
'author': 'OpenXRLab',
'version': (0, 6, 0),
'version': (0, 6, 1),
'blender': (3, 3, 0),
'category': 'Tools',
}
__version__ = version = '0.6.0'
__version__ = version = '0.6.1'


def register():
Expand Down
2 changes: 1 addition & 1 deletion src/XRFeitoriaUnreal/XRFeitoriaUnreal.uplugin
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.6.0",
"VersionName": "0.6.1",
"FriendlyName": "XRFeitoriaUnreal",
"Description": "OpenXRLab Synthetic Data Rendering Toolbox",
"Category": "Scripting",
Expand Down
5 changes: 5 additions & 0 deletions xrfeitoria/utils/plugin_infos.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"0.6.1": {
"XRFeitoria": "0.6.1",
"XRFeitoriaBpy": "0.6.1",
"XRFeitoriaUnreal": "0.6.1"
},
"0.6.0": {
"XRFeitoria": "0.6.0",
"XRFeitoriaBpy": "0.6.0",
Expand Down

0 comments on commit 5f39031

Please sign in to comment.