bump version

This commit is contained in:
Brevven 2022-02-21 21:18:43 -08:00
parent 000e633694
commit a0d2413181
5 changed files with 10 additions and 4 deletions

View file

@ -6,7 +6,7 @@
# install` from dev/<modname> to install the mod as a zip file. That zip file
# should also be ready to upload to the mod portal
.PHONY: copy lint-changelog install
.PHONY: copy lint-changelog install zorro
libdir = "../bzlib"
libfiles = $(shell ls $(libdir)/*.lua | grep -o '[^/]*.lua')