Skip to content

Commit

Permalink
Version 4.1.0 released
Browse files Browse the repository at this point in the history
  • Loading branch information
nutti committed Oct 5, 2024
1 parent 2b507cb commit 8667669
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/screencast_keys/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"author": "nutti, Paulo Gomes, Bart Crouch, John E. Herrenyo, "
"Gaia Clary, Pablo Vazquez, chromoly, Hawkpath, "
"CheeryLee, Kureii",
"version": (4, 0, 0),
"version": (4, 1, 0),
"blender": (4, 2, 0),
"location": "3D View > Sidebar > Screencast Keys",
"warning": "",
Expand Down
2 changes: 1 addition & 1 deletion src/screencast_keys/blender_manifest.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
schema_version = "1.0.0"

id = "screencast_keys"
version = "4.0.0"
version = "4.1.0"
name = "Screencast Keys"
tagline = "Display keys pressed in Blender"
maintainer = "nutti <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion src/screencast_keys/utils/addon_updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def register_updater():
config.branches = ["master", "develop"]
ridx = config.current_addon_path.rfind(get_separator())
config.addon_directory = config.current_addon_path[:ridx]
config.min_release_version = (4, 0, 0)
config.min_release_version = (4, 1, 0)
config.default_target_addon_path = "screencast_keys"
config.target_addon_path = {
"master": "src{}screencast_keys".format(get_separator()),
Expand Down

0 comments on commit 8667669

Please sign in to comment.