diff --git a/README.md b/README.md
index 8f36536..38c7555 100644
--- a/README.md
+++ b/README.md
@@ -2,12 +2,12 @@
* Contributors: isabisa, andrewmarino
* Tags: juneteenth, modal, a11y
* Requires at least: 3.0.1
-* Tested up to: 5.4.2
-* Stable tag: 5.4
+* Tested up to: 5.7.2
+* Stable tag: 5.7
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
-Spread Juneteenth awareness with this modal that automatically appears on your website on Juneteenth (WCAG 2.1 AA compliant). Links to https://sixnineteen.com/ for more information and to get involved.
+Spread Juneteenth awareness with this modal that automatically appears on your website on Juneteenth (WCAG 2.1 AA compliant).
## Installation
diff --git a/README.txt b/README.txt
index ffe8a27..690b555 100644
--- a/README.txt
+++ b/README.txt
@@ -2,12 +2,12 @@
Contributors: isabisa, andrewmarino
Tags: juneteenth, modal, a11y
Requires at least: 3.0.1
-Tested up to: 5.4.2
-Stable tag: 5.4
+Tested up to: 5.7.2
+Stable tag: 5.7
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
-Spread Juneteenth awareness with this modal that automatically appears on your website on Juneteenth (WCAG 2.1 AA compliant). Links to https://sixnineteen.com/ for more information and to get involved.
+Spread Juneteenth awareness with this modal that automatically appears on your website on Juneteenth (WCAG 2.1 AA compliant).
== Installation ==
diff --git a/juneteenth.php b/juneteenth.php
index 08f012a..f6ada5a 100644
--- a/juneteenth.php
+++ b/juneteenth.php
@@ -8,8 +8,8 @@
* @wordpress-plugin
* Plugin Name: Juneteenth Banner
* Plugin URI: https://github.com/unitymakesus/juneteenth
- * Description: Spread Juneteenth awareness with this modal that automatically appears on your website on Juneteenth (WCAG 2.1 AA compliant). Links to https://sixnineteen.com/ for more information and to get involved.
- * Version: 1.0.1
+ * Description: Spread Juneteenth awareness with this modal that automatically appears on your website on Juneteenth (WCAG 2.1 AA compliant).
+ * Version: 1.0.2
* Author: Unity Web Agency
* Author URI: https://unitywebagency.com/
* License: GPL-2.0+
@@ -28,7 +28,7 @@
* Start at version 1.0.0 and use SemVer - https://semver.org
* Rename this for your plugin and update it as you release new versions.
*/
-define( 'JUNETEENTH_VERSION', '1.0.1' );
+define( 'JUNETEENTH_VERSION', '1.0.2' );
/**
* The code that runs during plugin activation.
diff --git a/package-lock.json b/package-lock.json
index 8a175ac..1f983a6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "juneteenth",
- "version": "1.0.0",
+ "version": "1.0.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 729a556..678b5f8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "juneteenth",
- "version": "1.0.0",
+ "version": "1.0.2",
"description": "",
"main": "index.js",
"babel": {
diff --git a/public/class-juneteenth-public.php b/public/class-juneteenth-public.php
index 66085bf..9f42e05 100644
--- a/public/class-juneteenth-public.php
+++ b/public/class-juneteenth-public.php
@@ -131,7 +131,7 @@ public function its_juneteenth_div() {