aboutsummaryrefslogtreecommitdiffstats
path: root/macros/garret.a-b.lua
diff options
context:
space:
mode:
authorgarret <garret@airmail.cc>2022-11-06 03:33:28 +0000
committergarret <garret@airmail.cc>2022-11-06 03:33:28 +0000
commit0e409d9fa3813282b4986a495863b328423c6927 (patch)
tree7104aa8b427134513adeb32a5123a456c62c46c7 /macros/garret.a-b.lua
parent6e476859c06b0f41e23f6f93befdeb3f4d72ac27 (diff)
downloadaegisub-scripts-0e409d9fa3813282b4986a495863b328423c6927.tar.gz
aegisub-scripts-0e409d9fa3813282b4986a495863b328423c6927.tar.bz2
aegisub-scripts-0e409d9fa3813282b4986a495863b328423c6927.zip
a-b: add script_namespace
Diffstat (limited to 'macros/garret.a-b.lua')
-rw-r--r--macros/garret.a-b.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/macros/garret.a-b.lua b/macros/garret.a-b.lua
index aa0ccd9..dea2bcb 100644
--- a/macros/garret.a-b.lua
+++ b/macros/garret.a-b.lua
@@ -1,7 +1,8 @@
script_name = "A-B"
script_description = "makes checking pre-timing possible."
script_author = "garret"
-script_version = "2.1.0"
+script_version = "2.1.1"
+script_namespace = "garret.a-b"
local haveDepCtrl, DependencyControl, depctrl = pcall(require, "l0.DependencyControl")
if haveDepCtrl then