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:
Jakub Jezek 2024-03-05 13:36:24 +01:00
parent d3d359663e
commit dad4bbe9d4
No known key found for this signature in database
GPG key ID: 730D7C02726179A7
2 changed files with 2 additions and 2 deletions

View file

@ -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"
)

View file

@ -1 +1 @@
__version__ = "0.1.9"
__version__ = "0.1.10"