1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
45b8079f6d 🤖 Bumped version to 1.0.6
Some checks failed
LÖVE/Lua Library / Test (push) Failing after 5s
LÖVE/Lua Library / Static-Analysis (push) Failing after 3s
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-07-10 21:19:21 +02:00
59077058ba 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-07-10 21:19:10 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ Inversion
parse_rgb (str) parse_rgb (str)
Parsing Parsing
## [None](None)Functions ## Functions
interpolate_rgb (c1, c2, t) interpolate_rgb (c1, c2, t)

View File

@ -1,4 +1,4 @@
local _VERSION = '1.0.5' local _VERSION = '1.0.6'
local colors = require ((...) .. '.colors') local colors = require ((...) .. '.colors')
colors._VERSION = _VERSION colors._VERSION = _VERSION