aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2024-07-09 10:20:35 -0400
committerAdam Harrison <adamdharrison@gmail.com>2024-10-13 19:49:52 -0400
commit39a6b6578cfe55212311592a5b3774a65f40d333 (patch)
treed5a1f34c7c3e8f0af799ada73569e6aa0a070671 /src
parentc09b1224fbc618f12a92deb196e5d5c50e2bedd4 (diff)
downloadlite-xl-plugin-manager-3.0.tar.gz
lite-xl-plugin-manager-3.0.zip
Changed over to mod-version 4.03.0
Addedd in preview. git diff HEAD
Diffstat (limited to 'src')
-rw-r--r--src/lpm.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lpm.lua b/src/lpm.lua
index 51b09cc..18d16cc 100644
--- a/src/lpm.lua
+++ b/src/lpm.lua
@@ -532,7 +532,7 @@ function common.args(arguments, options)
end
global({
- LATEST_MOD_VERSION = "3.0.0",
+ LATEST_MOD_VERSION = "4.0.0",
EXECUTABLE_EXTENSION = PLATFORM == "windows" and ".exe" or "",
SHOULD_COLOR = ((PLATFORM == "windows" or (os.getenv("TERM") and os.getenv("TERM") ~= "dumb")) and not os.getenv("NO_COLOR")) or false
})