chore: bump codemp to 0.7.2

This commit is contained in:
əlemi 2024-09-26 02:53:44 +02:00
parent 7e80f71509
commit db1f537dcf
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -38,7 +38,7 @@ end
local sep = '/' local sep = '/'
if os_uname.sysname == "Windows_NT" then sep = '\\' end if os_uname.sysname == "Windows_NT" then sep = '\\' end
local version = "v0.7.1" local version = "v0.7.2"
local native_path = plugin_dir..sep.."lua"..sep.."codemp"..sep.."new-native."..ext local native_path = plugin_dir..sep.."lua"..sep.."codemp"..sep.."new-native."..ext
local replace_native_path = plugin_dir..sep.."lua"..sep.."codemp"..sep.."native."..ext local replace_native_path = plugin_dir..sep.."lua"..sep.."codemp"..sep.."native."..ext