diff --git a/index.html b/index.html
index 355ba6a..c512b87 100644
--- a/index.html
+++ b/index.html
@@ -162,7 +162,7 @@
A project by Xing
Scroll or drag the sliders to adjust, right click on them to reset, and hold down or for finer steps.
Changelog:
-· 2.0.0 Redesign for Google Meet’s new look.
+· 2.0.1 Redesign for Google Meet’s new look.
· 1.19.1 Add mirroring; Dark mode support.
· 1.18.1 Make textbox auto-resize; Ctrl or Shift for finer steps.
· 1.17.4 Fix flickering and window-focus issues.
diff --git a/mercator-studio/README b/mercator-studio/README
index 7f5e5a6..2813d15 100644
--- a/mercator-studio/README
+++ b/mercator-studio/README
@@ -25,7 +25,7 @@ Somewhat nice presets:
Scroll or drag the sliders to adjust, right click on them to reset, and hold down or for finer steps.
Changelog:
-· 2.0.0 Redesign for Google Meet’s new look.
+· 2.0.1 Redesign for Google Meet’s new look.
· 1.19.1 Add mirroring; Dark mode support.
· 1.18.1 Make textbox auto-resize; Ctrl or Shift for finer steps.
· 1.17.4 Fix flickering and window-focus issues.
diff --git a/mercator-studio/manifest.json b/mercator-studio/manifest.json
index 8b2eae9..9505c4e 100644
--- a/mercator-studio/manifest.json
+++ b/mercator-studio/manifest.json
@@ -1,6 +1,6 @@
{
"name": "Mercator Studio for Google Meet",
- "version": "2.0.0",
+ "version": "2.0.1",
"author": "Xing (x-ing.space)",
"description": "Change how you look on Google Meet with adjustable exposure, vignette, emojis, and more!",
"content_scripts": [
diff --git a/mercator-studio/script.js b/mercator-studio/script.js
index 18b3264..9700e4f 100644
--- a/mercator-studio/script.js
+++ b/mercator-studio/script.js
@@ -1,6 +1,6 @@
// ==UserScript==
// @name Mercator Studio for Google Meet
-// @version 2.0.0
+// @version 2.0.1
// @description Change how you look on Google Meet.
// @author Xing (https://x-ing.space)
// @copyright 2020-2021, Xing (https://x-ing.space)