diff --git a/index.php b/index.php
index f85929a..143510e 100644
--- a/index.php
+++ b/index.php
@@ -8,7 +8,7 @@ namespace Amnuts\Opcache;
* A simple but effective single-file GUI for the OPcache PHP extension.
*
* @author Andrew Collington, andy@amnuts.com
- * @version 3.4.0
+ * @version 3.5.0
* @link https://github.com/amnuts/opcache-gui
* @license MIT, https://acollington.mit-license.org/
*/
@@ -65,7 +65,7 @@ use Exception;
class Service
{
- public const VERSION = '3.4.0';
+ public const VERSION = '3.5.0';
protected $tz;
protected $data;
@@ -513,7 +513,7 @@ $opcache = (new Service($options))->handle();
@@ -1718,7 +1718,12 @@ function Footer(props) {
href: "https://github.com/amnuts/opcache-gui",
target: "_blank",
title: "opcache-gui (currently version {props.version}) on GitHub"
- }, "https://github.com/amnuts/opcache-gui - version ", props.version));
+ }, "https://github.com/amnuts/opcache-gui - version ", props.version), /*#__PURE__*/React.createElement("a", {
+ className: "sponsor-link",
+ href: "https://github.com/sponsors/amnuts",
+ target: "_blank",
+ title: "Sponsor this project and author on GitHub"
+ }, "Sponsor this project"));
}
function debounce(func, wait, immediate) {