Skip to content

Commit

Permalink
chore(release): 5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasklaen committed Sep 16, 2024
1 parent dc7c822 commit 08201fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Features:
To build ziggy (our utility binary) yourself, run:
```
tools/build
tools/build ziggy
```
Which will run the `tools/build(.ps1)` script that builds it for each platform. It requires [go](https://go.dev/) to be installed. Source code is in `src/ziggy`.
Expand Down
2 changes: 1 addition & 1 deletion src/uosc/main.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--[[ uosc | https://github.com/tomasklaen/uosc ]]
local uosc_version = '5.5.0'
local uosc_version = '5.6.0'

mp.commandv('script-message', 'uosc-version', uosc_version)

Expand Down

0 comments on commit 08201fc

Please sign in to comment.