diff --git a/buildVars.py b/buildVars.py index 23970c7..6247b97 100644 --- a/buildVars.py +++ b/buildVars.py @@ -27,7 +27,7 @@ def _(arg): "Automatically read the contents of the clipboard when a change is detected. Press NVDA + Shift + Control + K to toggle." ), # version - "addon_version": "1.2.0", + "addon_version": "1.2.2", # Author(s) "addon_author": "Mazen ", # URL for the add-on documentation support diff --git a/changelog.md b/changelog.md index f706cb2..8b9da56 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,9 @@ # NVDAAutoclip changelog: +## V1.2.2: +This version is mostly 1.2.1, but I forgot and called v1.2.1 v1.2.0, therefore this is a rerelease called v1.2.2 to clear up any possible confusion. -## V1.2.0: +## V1.2.1: - Turkish translation by @babaprogramlar.