diff --git a/index.html b/index.html
index 0be1267f5..1747fdc0a 100644
--- a/index.html
+++ b/index.html
@@ -43,7 +43,7 @@
About cx_Freeze
cx_Freeze creates standalone executables from Python scripts,
- with the same performance, is cross-platform and should work on any platform that
+ with the same performance, is cross-platform, and should work on any platform that
Python itself works on.
It supports
Python 3.7 up to 3.11.
If you need support for older Python check the documentation.
@@ -53,7 +53,7 @@
Download/Install
Version 6.15.0, released May, 23, 2023
-
Version 6.15.4, released July, 15, 2023
+
Version 6.15.7, released September, 7, 2023
Install by issuing the command
pip install --upgrade cx_Freeze
or