aboutsummaryrefslogtreecommitdiffstats
path: root/macros
diff options
context:
space:
mode:
authorgarret <garret@airmail.cc>2022-07-11 23:39:50 +0100
committergarret <garret@airmail.cc>2022-07-11 23:39:50 +0100
commitd131aad707a9b34e49ed201f2aff1e53cd862ef9 (patch)
tree2ba89a9e7b388311e2e2cdee6bda58ebb32f011f /macros
parent59db2ff04d1ed896908adb2f84f2e1a97725c01b (diff)
downloadaegisub-scripts-d131aad707a9b34e49ed201f2aff1e53cd862ef9.tar.gz
aegisub-scripts-d131aad707a9b34e49ed201f2aff1e53cd862ef9.tar.bz2
aegisub-scripts-d131aad707a9b34e49ed201f2aff1e53cd862ef9.zip
order layers: add script_namespace
note to self: dont forget this or depctrl will see it as itself
Diffstat (limited to 'macros')
-rw-r--r--macros/garret.order-layers.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/macros/garret.order-layers.lua b/macros/garret.order-layers.lua
index 62fec03..1454e73 100644
--- a/macros/garret.order-layers.lua
+++ b/macros/garret.order-layers.lua
@@ -1,7 +1,8 @@
script_name = "Order layers"
script_description = "puts each selected line on its own layer so they don't clash"
script_author = "garret"
-script_version = "1.0.0"
+script_version = "1.0.1"
+script_namespace = "garret.order-layers"
local haveDepCtrl, DependencyControl, depctrl = pcall(require, "l0.DependencyControl")
if haveDepCtrl then