diff --git a/__init__.py b/__init__.py index 9d1f208..ccd9ac6 100644 --- a/__init__.py +++ b/__init__.py @@ -1,7 +1,7 @@ bl_info = { "name": "GP Tool Wheel", "author": "Sietse Brouwer", - "version": (1, 0, 0), + "version": (1, 0, 2), "blender": (3, 0, 0), "description": "Extended pie menu for selecting Grease Pencil tools quickly.", "doc_url": "https://github.com/SietseB/GP-Tool-Wheel", diff --git a/readme.md b/readme.md index 168868c..ef8082c 100644 --- a/readme.md +++ b/readme.md @@ -54,5 +54,9 @@ Installation of the add-on is done in the usual Blender way: ## Changelog +- v1.0.2 – 2023-02-07 + - Default keyboard shortcut changed to F8 +- v1.0.1 – 2023-01-02 + - Code cleanup - v1.0.0 – 2022-11-16 - Initial release