Skip to content

Commit

Permalink
Version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
1Axen committed Mar 16, 2024
1 parent bcc9bd2 commit bfb307c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/.darklua.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
{
"identifier": "VERSION",
"rule": "inject_global_value",
"value": "0.8.2"
"value": "0.9.0"
}
]
}
2 changes: 1 addition & 1 deletion plugin/.darklua.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
{
"identifier": "VERSION",
"rule": "inject_global_value",
"value": "0.8.2"
"value": "0.9.0"
}
]
}
4 changes: 2 additions & 2 deletions plugin/src/Editor/init.luau
Original file line number Diff line number Diff line change
Expand Up @@ -268,10 +268,10 @@ local function UpdateCompletion()
end

--> Update predictions
Predictions:Set({
--[[Predictions:Set({
Index = 1,
Items = Items
})
})]]
end

local function UpdateHighlightedLine()
Expand Down

0 comments on commit bfb307c

Please sign in to comment.