Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/gesslar/glu
Browse files Browse the repository at this point in the history
  • Loading branch information
gesslar committed Nov 20, 2024
2 parents 0caa957 + f1095b7 commit 1a184cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Build project using muddler and upload artifact

on:
push:
branches: [ main ]
workflow_dispatch:

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions library/colour.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ if false then -- ensure that functions do not get defined
---@example
---```lua
---colour.rgb_to_hsl({255, 255, 255})
--- -- {0, 0, 100}
--- ```
----- {0, 0, 100}
---```
---
---@name rgb_to_hsl
---@param rgb table - The RGB colour as a table with three elements: red, green, and blue.
Expand Down
2 changes: 1 addition & 1 deletion mfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"package": "Glu",
"title": "Utility functions for Lua",
"version": "1.14.7",
"version": "1.14.8",
"author": "gesslar",
"icon": "liquid-glue.png",
"dependencies": "",
Expand Down

0 comments on commit 1a184cc

Please sign in to comment.