aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--audio-clipper.lua2
2 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 7d16068..df61993 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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