diff options
author | garret <garret@airmail.cc> | 2023-01-15 13:41:20 +0000 |
---|---|---|
committer | garret <garret@airmail.cc> | 2023-01-15 13:41:20 +0000 |
commit | e816a3888b3a5681e6e66a731ffed6144b864d7c (patch) | |
tree | 9c4af5db9766029097b77b2bc26cfbc8e1ffcc82 | |
parent | 5459e401b33de9b385af48f870e6ff4fe45c4c8b (diff) | |
download | aegisub-scripts-e816a3888b3a5681e6e66a731ffed6144b864d7c.tar.gz aegisub-scripts-e816a3888b3a5681e6e66a731ffed6144b864d7c.tar.bz2 aegisub-scripts-e816a3888b3a5681e6e66a731ffed6144b864d7c.zip |
dupe and comment: chore: bump version
-rw-r--r-- | macros/garret.dupe-and-comment.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/garret.dupe-and-comment.lua b/macros/garret.dupe-and-comment.lua index f736df9..14a660c 100644 --- a/macros/garret.dupe-and-comment.lua +++ b/macros/garret.dupe-and-comment.lua @@ -1,7 +1,7 @@ script_name="Dupe and Comment" script_description="Copies a line and comments out the original.\nbecause i like seeing the original while editing, and being able to go back to it easily" script_author = "garret" -script_version = "2.1.3" +script_version = "3.0.0" script_namespace = "garret.dupe-and-comment" local haveDepCtrl, DependencyControl, depctrl = pcall(require, "l0.DependencyControl") |