1
0

Compare commits

..

5 Commits

Author SHA1 Message Date
4db343f284 🤖 Bumped version to 1.0.3
Some checks failed
LÖVE/Lua Library / Test (push) Failing after 6s
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-07 00:38:59 +02:00
f5e1d64af1 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-07-07 00:36:30 +02:00
7dd498f839 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-07-07 00:35:23 +02:00
7deabb4b0e 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-07-07 00:34:25 +02:00
7ece735fdd 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-07-07 00:17:58 +02:00
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
std = "max" std = "love+max"
cache = true cache = true
include_files = {"src/**/*.lua", "content/**/*.lua", "*.luacheckrc"} include_files = {"**.lua", "*.luacheckrc"}
exclude_files = {} exclude_files = {}
self = false self = false
max_line_length=false max_line_length=false

View File

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