1
0

Compare commits

..

3 Commits

Author SHA1 Message Date
2a29240aea 🤖 Bumped version to 0.1.2
All checks were successful
LÖVE/Lua Library / Test (push) Successful in 6s
LÖVE/Lua Library / Static-Analysis (push) Successful in 4s
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-07-07 00:39:06 +02:00
1bc2e29dc1 🤖 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
59b7c8e847 🤖 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:59 +02:00
4 changed files with 10 additions and 10 deletions

View File

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

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 @@
std = "max+love" std = "love+max"
cache = true cache = true
include_files = {"**.lua", "*.luacheckrc"} include_files = {"**.lua", "*.luacheckrc"}
exclude_files = {} exclude_files = {}

View File

@ -1,4 +1,4 @@
local _VERSION = '0.1.1' local _VERSION = '0.1.2'
local lib = require ((...) .. '.spritesheet') local lib = require ((...) .. '.spritesheet')
lib._VERSION = _VERSION lib._VERSION = _VERSION