aboutsummaryrefslogtreecommitdiff
path: root/plugins/smallclock.lua
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2021-07-13 10:50:04 -0400
committerAdam Harrison <adamdharrison@gmail.com>2021-08-17 09:52:24 -0400
commitfb647f8f0d972e85ac323b12eb65edf9c56b48cb (patch)
tree168d7e2ff02b537f4a51cad89187c28d3bb4a6a6 /plugins/smallclock.lua
parent5ddb6bf265e2f380497e7925600ca44b7f1d75e2 (diff)
downloadlite-xl-plugins-fb647f8f0d972e85ac323b12eb65edf9c56b48cb.tar.gz
lite-xl-plugins-fb647f8f0d972e85ac323b12eb65edf9c56b48cb.zip
Updated all lua plugins to be compatible with 2.0.
Diffstat (limited to 'plugins/smallclock.lua')
-rw-r--r--plugins/smallclock.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/smallclock.lua b/plugins/smallclock.lua
index 8742b07..3ab9e4a 100644
--- a/plugins/smallclock.lua
+++ b/plugins/smallclock.lua
@@ -1,4 +1,4 @@
--- lite-xl 1.16
+-- lite-xl 2.00
local core = require "core"
local style = require "core.style"
local status_view = require "core.statusview"