diff --git a/environment/dev/manifest.json b/environment/dev/manifest.json index d6ea1fe..eb5626c 100644 --- a/environment/dev/manifest.json +++ b/environment/dev/manifest.json @@ -36,5 +36,5 @@ "content_security_policy": "script-src 'self' https://www.youtube.com/ https://s.ytimg.com/; object-src 'self';", - "version": "1.2.4" + "version": "1.2.5" } diff --git a/environment/production/manifest.json b/environment/production/manifest.json index 33a1180..17736a5 100644 --- a/environment/production/manifest.json +++ b/environment/production/manifest.json @@ -30,5 +30,5 @@ "content_security_policy": "script-src 'self' https://www.youtube.com/ https://s.ytimg.com/; object-src 'self';", - "version": "1.2.4" + "version": "1.2.5" } diff --git a/environment/test/manifest.json b/environment/test/manifest.json index ab9530c..8919aad 100644 --- a/environment/test/manifest.json +++ b/environment/test/manifest.json @@ -31,5 +31,5 @@ "content_security_policy": "script-src 'self' https://www.youtube.com/ https://s.ytimg.com/; object-src 'self';", - "version": "1.2.4" + "version": "1.2.5" } diff --git a/manifest.json b/manifest.json index 33a1180..17736a5 100644 --- a/manifest.json +++ b/manifest.json @@ -30,5 +30,5 @@ "content_security_policy": "script-src 'self' https://www.youtube.com/ https://s.ytimg.com/; object-src 'self';", - "version": "1.2.4" + "version": "1.2.5" }