Skip to content

Commit

Permalink
define version if actions
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Jun 3, 2024
1 parent c687ec7 commit 1bf0421
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/ayon_core/modules/launcher_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
class LauncherAction(AYONAddon, ITrayAction):
label = "Launcher"
name = "launcher_tool"
version = "1.0.0"

def initialize(self, settings):

Expand Down
1 change: 1 addition & 0 deletions client/ayon_core/modules/loader_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

class LoaderAddon(AYONAddon, ITrayAddon):
name = "loader_tool"
version = "1.0.0"

def initialize(self, settings):
# Tray attributes
Expand Down

0 comments on commit 1bf0421

Please sign in to comment.