1
0

Compare commits

..

No commits in common. "504b981814994668155dab6acf609ca7330db54f" and "9744d841f7f97d843061d7025a65a0c099a6d6aa" have entirely different histories.

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: [ -f test ] && luajit test/init.lua run: luajit test/init.lua
Static-Analysis: Static-Analysis:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:

View File

@ -2,7 +2,7 @@
-- --
-- @author Jon Michael Aanes (jonjmaa@gmail.com) -- @author Jon Michael Aanes (jonjmaa@gmail.com)
local _VERSION = '0.1.4' local _VERSION = '0.1.3'
local palette_swap = { local palette_swap = {
_VERSION = _VERSION, _VERSION = _VERSION,