1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
7f96c5ba07 🤖 Bumped version to 1.0.2
Some checks failed
LÖVE/Lua Library / Test (push) Failing after 5s
LÖVE/Lua Library / Static-Analysis (push) Successful in 3s
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-07-06 23:29:32 +02:00
33fe15f17f
🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-07-06 23:29:00 +02:00
3 changed files with 9 additions and 7 deletions

View File

@ -1,6 +0,0 @@
name: LÖVE/Lua Library
on: [push]
jobs:
Static-Analysis:
uses: jmaa/workflows/.gitea/workflows/lua.yaml@main

View File

@ -0,0 +1,8 @@
name: LÖVE/Lua Library
on: [push]
jobs:
Test:
uses: jmaa/workflows/.gitea/workflows/lua-testing.yaml@v6.21
Static-Analysis:
uses: jmaa/workflows/.gitea/workflows/lua-static-analysis.yaml@v6.21

View File

@ -1,4 +1,4 @@
local _VERSION = '1.0.1' local _VERSION = '1.0.2'
local colors = require ((...) .. '.colors') local colors = require ((...) .. '.colors')
colors._VERSION = _VERSION colors._VERSION = _VERSION