bump versions

This commit is contained in:
Jakub Trllo 2024-06-10 11:06:49 +02:00
parent a66b3266ec
commit b6d7bd949a
4 changed files with 4 additions and 4 deletions

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
"""Package declaring AYON addon 'hiero' version."""
__version__ = "0.2.1"
__version__ = "0.2.2"

View file

@ -1,6 +1,6 @@
name = "hiero"
title = "Hiero"
version = "0.2.1"
version = "0.2.2"
client_dir = "ayon_hiero"
ayon_required_addons = {

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
"""Package declaring AYON addon 'traypublisher' version."""
__version__ = "0.2.2"
__version__ = "0.2.3"

View file

@ -1,6 +1,6 @@
name = "traypublisher"
title = "TrayPublisher"
version = "0.2.2"
version = "0.2.3"
client_dir = "ayon_traypublisher"