From 2817b43ec5d727cf89655d799cfadb42fcf0eadb Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Mon, 27 Nov 2023 11:50:37 -0500 Subject: Added in fallback for any plugin lacking a modversion to describe themselves as the latest modversion. --- src/lpm.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lpm.lua b/src/lpm.lua index c2d5f3a..fa216a4 100644 --- a/src/lpm.lua +++ b/src/lpm.lua @@ -1798,7 +1798,7 @@ local function print_addon_info(type, addons, filters) remote = addon.remote, description = addon.description, author = addon.author or (addon:is_core(system_bottle) and "lite-xl") or nil, - mod_version = addon.mod_version, + mod_version = addon.mod_version or LATEST_MOD_VERSION, tags = addon.tags, type = addon.type, organization = addon.organization, -- cgit v1.2.3