diff --git a/services/ALL4/__init__.py b/services/ALL4/__init__.py
index 6baeb8e..bef30ea 100644
--- a/services/ALL4/__init__.py
+++ b/services/ALL4/__init__.py
@@ -29,6 +29,7 @@ class ALL4(Service):
     Service code for Channel 4's All4 streaming service (https://channel4.com).
 
     \b
+    Version: 1.0.0
     Author: stabbedbybrick
     Authorization: Credentials
     Robustness:
diff --git a/services/AUBC/__init__.py b/services/AUBC/__init__.py
index bc733b0..85df6c3 100644
--- a/services/AUBC/__init__.py
+++ b/services/AUBC/__init__.py
@@ -24,6 +24,7 @@ class AUBC(Service):
     Service code for ABC iView streaming service (https://iview.abc.net.au/).
 
     \b
+    Version: 1.0.0
     Author: stabbedbybrick
     Authorization: None
     Robustness:
diff --git a/services/CBC/__init__.py b/services/CBC/__init__.py
index 4ee55ed..a6ac1dc 100644
--- a/services/CBC/__init__.py
+++ b/services/CBC/__init__.py
@@ -26,6 +26,7 @@ class CBC(Service):
     Service code for CBC Gem streaming service (https://gem.cbc.ca/).
 
     \b
+    Version: 1.0.0
     Author: stabbedbybrick
     Authorization: Credentials
     Robustness:
diff --git a/services/CBS/__init__.py b/services/CBS/__init__.py
index e35e4d8..87e4561 100644
--- a/services/CBS/__init__.py
+++ b/services/CBS/__init__.py
@@ -26,6 +26,7 @@ class CBS(Service):
     Credit to @srpen6 for the tip on anonymous session
 
     \b
+    Version: 1.0.0
     Author: stabbedbybrick
     Authorization: None
     Robustness:
diff --git a/services/CTV/__init__.py b/services/CTV/__init__.py
index 641e741..e3a5b87 100644
--- a/services/CTV/__init__.py
+++ b/services/CTV/__init__.py
@@ -25,6 +25,7 @@ class CTV(Service):
     Service code for CTV.ca (https://www.ctv.ca)
 
     \b
+    Version: 1.0.0
     Author: stabbedbybrick
     Authorization: Credentials for subscription, none for freely available titles
     Robustness:
diff --git a/services/DSCP/__init__.py b/services/DSCP/__init__.py
index 5911dff..cf8e6f6 100644
--- a/services/DSCP/__init__.py
+++ b/services/DSCP/__init__.py
@@ -26,6 +26,7 @@ class DSCP(Service):
     Service code for Discovery Plus (https://discoveryplus.com).
 
     \b
+    Version: 1.0.0
     Author: stabbedbybrick
     Authorization: Cookies
     Robustness:
diff --git a/services/ITV/__init__.py b/services/ITV/__init__.py
index 7c55363..695cdd1 100644
--- a/services/ITV/__init__.py
+++ b/services/ITV/__init__.py
@@ -24,11 +24,11 @@ class ITV(Service):
     Service code for ITVx streaming service (https://www.itv.com/).
 
     \b
+    Version: 1.0.0
     Author: stabbedbybrick
     Authorization: Cookies (Optional for free content | Required for premium content)
     Robustness:
-      L1: 1080p
-      L3: 720p
+      L3: 1080p
 
     \b
     Tips:
diff --git a/services/MY5/__init__.py b/services/MY5/__init__.py
index cf4df40..38ad3c9 100644
--- a/services/MY5/__init__.py
+++ b/services/MY5/__init__.py
@@ -26,6 +26,7 @@ class MY5(Service):
     Service code for Channel 5's My5 streaming service (https://channel5.com).
 
     \b
+    Version: 1.0.0
     Author: stabbedbybrick
     Authorization: None
     Robustness:
diff --git a/services/PLUTO/__init__.py b/services/PLUTO/__init__.py
index f0d0cae..a2a5ea4 100644
--- a/services/PLUTO/__init__.py
+++ b/services/PLUTO/__init__.py
@@ -23,6 +23,7 @@ class PLUTO(Service):
     Credit to @wks_uwu for providing an alternative API, making the codebase much cleaner
 
     \b
+    Version: 1.0.0
     Author: stabbedbybrick
     Authorization: None
     Robustness:
diff --git a/services/ROKU/__init__.py b/services/ROKU/__init__.py
index ad54a27..0a8ebd5 100644
--- a/services/ROKU/__init__.py
+++ b/services/ROKU/__init__.py
@@ -24,6 +24,7 @@ class ROKU(Service):
     Service code for The Roku Channel (https://therokuchannel.roku.com)
 
     \b
+    Version: 1.0.0
     Author: stabbedbybrick
     Authorization: Cookies (optional)
     Robustness:
diff --git a/services/RTE/__init__.py b/services/RTE/__init__.py
index 5b9b50b..206650d 100644
--- a/services/RTE/__init__.py
+++ b/services/RTE/__init__.py
@@ -24,6 +24,7 @@ class RTE(Service):
     Service code for RTE Player streaming service (https://www.rte.ie/player/).
 
     \b
+    Version: 1.0.0
     Author: stabbedbybrick
     Authorization: None
     Robustness:
diff --git a/services/STV/__init__.py b/services/STV/__init__.py
index 601ab2d..8524121 100644
--- a/services/STV/__init__.py
+++ b/services/STV/__init__.py
@@ -21,6 +21,7 @@ class STV(Service):
     Service code for STV Player streaming service (https://player.stv.tv/).
 
     \b
+    Version: 1.0.0
     Author: stabbedbybrick
     Authorization: None
     Robustness:
diff --git a/services/TUBI/__init__.py b/services/TUBI/__init__.py
index 0a6bf6f..ab4784b 100644
--- a/services/TUBI/__init__.py
+++ b/services/TUBI/__init__.py
@@ -24,6 +24,7 @@ class TUBI(Service):
     Service code for TubiTV streaming service (https://tubitv.com/)
 
     \b
+    Version: 1.0.0
     Author: stabbedbybrick
     Authorization: Cookies
     Robustness:
diff --git a/services/TVNZ/__init__.py b/services/TVNZ/__init__.py
index a5634b2..fd5a284 100644
--- a/services/TVNZ/__init__.py
+++ b/services/TVNZ/__init__.py
@@ -26,6 +26,7 @@ class TVNZ(Service):
     Service code for TVNZ streaming service (https://www.tvnz.co.nz).
 
     \b
+    Version: 1.0.0
     Author: stabbedbybrick
     Authorization: Credentials
     Robustness:
diff --git a/services/UKTV/__init__.py b/services/UKTV/__init__.py
index 2639889..7af778c 100644
--- a/services/UKTV/__init__.py
+++ b/services/UKTV/__init__.py
@@ -20,6 +20,7 @@ class UKTV(Service):
     Service code for 'U' (formerly UKTV Play) streaming service (https://u.co.uk/).
 
     \b
+    Version: 1.0.0
     Author: stabbedbybrick
     Authorization: None
     Robustness:
diff --git a/services/iP/__init__.py b/services/iP/__init__.py
index 03ae839..dd4b35c 100644
--- a/services/iP/__init__.py
+++ b/services/iP/__init__.py
@@ -30,6 +30,7 @@ class iP(Service):
     Base code from VT, credit to original author
 
     \b
+    Version: 1.0.0
     Author: stabbedbybrick
     Authorization: None
     Security: None