mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Update plugin settings title and version number.
- Updated a plugin setting title to "Product types" from "Sync workfile versions for families". - Increased the version number from "0.1.9" to "0.1.10".
This commit is contained in:
parent
d3d359663e
commit
dad4bbe9d4
2 changed files with 2 additions and 2 deletions
|
|
@ -56,7 +56,7 @@ class CollectInstanceDataModel(BaseSettingsModel):
|
|||
sync_workfile_version_on_product_types: list[str] = SettingsField(
|
||||
default_factory=list,
|
||||
enum_resolver=nuke_product_types_enum,
|
||||
title="Sync workfile versions for familes"
|
||||
title="Product types"
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = "0.1.9"
|
||||
__version__ = "0.1.10"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue