diff --git a/CHANGELOG.md b/CHANGELOG.md index ef387ca..8417964 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v0.8.5 + +- Update README.md +- ci: update changelog regex + ## v0.8.4 - update screenshots diff --git a/Core.lua b/Core.lua index 07954ac..188df2d 100644 --- a/Core.lua +++ b/Core.lua @@ -2,7 +2,7 @@ local addonName, SNEK = ... SNEK = SNEK or {} -- Single source of truth for the version string -SNEK.VERSION = "0.8.4" +SNEK.VERSION = "0.8.5" -- Binding display names _G["BINDING_NAME_SNEK_TOGGLE_RECORDER"] = "Toggle Recorder (Start/Stop)" diff --git a/SNEK.toc b/SNEK.toc index 32216fd..a9a2cfa 100644 --- a/SNEK.toc +++ b/SNEK.toc @@ -2,7 +2,7 @@ ## Title: S.N.E.K. ## Notes: Sequence Next Enqueued Key - Record and replay key sequences with delay ## Author: Sh1n -## Version: 0.8.4 +## Version: 0.8.5 ## IconTexture: Interface\AddOns\SNEK\media\icon.png ## SavedVariables: SNEKDB ## OptionalDeps: MessageQueue