diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2021-08-17 09:53:48 -0400 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2021-08-17 09:53:48 -0400 |
commit | 44659ba00207cecd90412b714e53c2a1b7233fb9 (patch) | |
tree | c1ab14ea6b8ac3492f77c051486ef59fad2fb81d /plugins/motiontrail.lua | |
parent | 466798679e7a2889622a491c776530c06668ca9f (diff) | |
download | lite-xl-plugins-44659ba00207cecd90412b714e53c2a1b7233fb9.tar.gz lite-xl-plugins-44659ba00207cecd90412b714e53c2a1b7233fb9.zip |
Updated mod-version and made things 2.0 instead of 2.00.
Diffstat (limited to 'plugins/motiontrail.lua')
-rw-r--r-- | plugins/motiontrail.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/motiontrail.lua b/plugins/motiontrail.lua index f5f3a90..1359c90 100644 --- a/plugins/motiontrail.lua +++ b/plugins/motiontrail.lua @@ -1,4 +1,4 @@ --- mod-version:1 -- lite-xl 2.00 +-- mod-version:2 -- lite-xl 2.0 local core = require "core" local config = require "core.config" local style = require "core.style" |