Version bump (3.1.0)

This commit is contained in:
Zughy 2023-08-24 01:42:59 +02:00
parent 4503417438
commit 39116d9db0

View File

@ -1,5 +1,5 @@
panel_lib = {}
local version = "3.0.0"
local version = "3.1.0"
local srcpath = minetest.get_modpath("panel_lib")
dofile(srcpath .. "/api.lua")