diff options
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | audio-clipper.lua | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -10,3 +10,6 @@ bs-* # ranges from "notes in a text file", to "works perfectly but is horribly inefficient" # available on request if you really want them *.stalled.* + +# me reading crap in browser with pandoc +*.html diff --git a/audio-clipper.lua b/audio-clipper.lua index 645feb4..99f2b9f 100644 --- a/audio-clipper.lua +++ b/audio-clipper.lua @@ -1,7 +1,7 @@ script_name = "Audio Clipper" script_description = "Extracts audio from the selected line(s).\nNeeds ffmpeg." script_author = "garret" -script_version = "dev" +script_version = "1.1.2" aegi = aegisub |