Skip to content

Commit c12c488

Browse files
committed
Bump version
1 parent ef95a46 commit c12c488

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Wally:
88

99
```toml
1010
[dependencies]
11-
Highlighter = "boatbomber/highlighter@0.9.0"
11+
Highlighter = "boatbomber/highlighter@0.10.0"
1212
```
1313

1414
Roblox Model:

aftman.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
# To add a new tool, add an entry to this table.
55
[tools]
6-
rojo = "rojo-rbx/rojo@7.4.4"
6+
rojo = "rojo-rbx/rojo@7.5.1"
77
run-in-roblox = "rojo-rbx/run-in-roblox@0.3.0"
88
wally = "upliftgames/wally@0.3.2"
9-
selene = "Kampfkarren/selene@0.27.1"
10-
stylua = "JohnnyMorganz/stylua@0.20.0"
9+
selene = "Kampfkarren/selene@0.29.0"
10+
stylua = "JohnnyMorganz/stylua@2.1.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@boatbomber/highlighter",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

src/theme.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function Theme.matchStudioSettings(refreshCallback: () -> ()): boolean
5858
studio.ThemeChanged:Connect(function()
5959
studioTheme = studio.Theme
6060
Theme.setColors(getTokens())
61-
refreshCallback()
61+
refreshCallback()
6262
end)
6363
end)
6464
return success

wally.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "boatbomber/highlighter"
33
description = "RichText highlighting Lua code with a pure Lua lexer"
4-
version = "0.9.0"
4+
version = "0.10.0"
55
license = "MIT"
66
authors = ["boatbomber (https://boatbomber.com)"]
77
registry = "https://github.com/upliftgames/wally-index"

0 commit comments

Comments
 (0)