Updated for release 3.9.3.
diff --git a/download.html b/download.html
index a083653..6ec8335 100644
--- a/download.html
+++ b/download.html
@@ -25,22 +25,26 @@
<th width="20%">File</th>
</tr>
<tr>
- <td>OCMock 3.9.2</td>
+ <td>OCMock 3.9.3</td>
<td>macOS 14.0, iOS 17.0, tvOS 17.0, watchOS 10.0</td>
- <td>macOS 10.15, iOS 12.0, tvOS 12.0, watchOS 4.0</td>
- <td>04-Oct-2023</td>
- <td><a href="https://github.com/erikdoe/ocmock/releases/download/v3.9.2/ocmock-3.9.2.dmg">ocmock-3.9.2.dmg</a></td>
+ <td>macOS 10.15, iOS 12.0, tvOS 12.0, watchOS 7.0</td>
+ <td>15-Nov-2023</td>
+ <td><a href="https://github.com/erikdoe/ocmock/releases/download/v3.9.3/ocmock-3.9.3.dmg">ocmock-3.9.3.dmg</a></td>
</tr>
<tr>
<td></td>
<td colspan="4">
+ <p>Changes in OCMock 3.9.3:
+ <ul>
+ <li>Removed visionOS from podspec because it's not fully supported yet.
+ </ul>
<p>Changes in OCMock 3.9.2:
- <ul>
- <li>Added support for Mac Catalyst.
- <li>Added experimental support for visionOS to podspec.
- <li>Various bug-fixes
- </ul>
- <p>Changes in OCMock 3.9.1:
+ <ul>
+ <li>Added support for Mac Catalyst.
+ <li>Added experimental support for visionOS to podspec.
+ <li>Various bug-fixes
+ </ul>
+ <p>Changes in OCMock 3.9.1:
<ul>
<li>Removed unneeded excludes in package file to avoid warnings.
</ul>