aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--become-fansubber.lua4
-rw-r--r--chapters.lua2
2 files changed, 3 insertions, 3 deletions
diff --git a/become-fansubber.lua b/become-fansubber.lua
index 4db028e..1dfdb43 100644
--- a/become-fansubber.lua
+++ b/become-fansubber.lua
@@ -1,12 +1,12 @@
script_name="Restyler"
script_description="become a fansubber with a click of a button"
script_author = "garret"
-script_version = "2.0.0-dev"
+script_version = "2.0.0"
include("karaskel.lua")
include("cleantags.lua")
--- TODO: detect already existing tags
+-- TODO: detect pre-existing inline tags
-- probably need some kind of ass parsing, or a hack with match()
function add_tags(txt, italic, align) -- everything except txt is boolean. nil = don't change, !nil = change to this value
diff --git a/chapters.lua b/chapters.lua
index 141ef3f..0dab8bd 100644
--- a/chapters.lua
+++ b/chapters.lua
@@ -1,7 +1,7 @@
script_name = "Chapter Generator"
script_description = "Makes XML chapters for matroska."
script_author = "garret"
-script_version = "2.0.0-dev"
+script_version = "2.0.0"
language = "eng"
language_ietf = "en"