diff --git a/README.md b/README.md index 5decef8..6c73ecf 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Wally: ```toml [dependencies] -Highlighter = "boatbomber/highlighter@0.8.2" +Highlighter = "boatbomber/highlighter@0.8.3" ``` Roblox Model: diff --git a/package.json b/package.json index 3a90e19..88c0c9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@boatbomber/highlighter", - "version": "0.8.2", + "version": "0.8.3", "license": "MIT", "repository": { "type": "git", diff --git a/wally.toml b/wally.toml index 7f1989d..9803f8f 100644 --- a/wally.toml +++ b/wally.toml @@ -1,7 +1,7 @@ [package] name = "boatbomber/highlighter" description = "RichText highlighting Lua code with a pure Lua lexer" -version = "0.8.2" +version = "0.8.3" license = "MIT" authors = ["boatbomber (https://boatbomber.com)"] registry = "https://github.com/upliftgames/wally-index"