1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
13d75101f9 🤖 Bumped version to 1.0.10
This commit was automatically generated by [a script](https://gitfub.space/Jmaa/repo-manager)
2025-04-20 17:36:21 +02:00
568e32329d 🤖 Repository layout updated to latest version
This commit was automatically generated by [a script](https://gitfub.space/Jmaa/repo-manager)
2025-04-20 17:36:16 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ jobs:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Run testing library - name: Run testing library
run: luajit test/init.lua run: [ -f test ] && luajit test/init.lua
Static-Analysis: Static-Analysis:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:

View File

@ -17,7 +17,7 @@
local GAMMA = 2.2 local GAMMA = 2.2
local GAMMA_INV = 1/GAMMA local GAMMA_INV = 1/GAMMA
local _VERSION = '1.0.9' local _VERSION = '1.0.10'
local colors = {_VERSION = _VERSION} local colors = {_VERSION = _VERSION}