mirror of
https://github.com/hexedtech/codemp-nvim.git
synced 2024-11-22 23:44:55 +01:00
chore: bump codemp version
This commit is contained in:
parent
db56df9c58
commit
38c59e8934
1 changed files with 1 additions and 1 deletions
|
@ -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.0"
|
local version = "v0.7.1"
|
||||||
|
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue