diff --git a/config/app.php b/config/app.php index 8409e00e..455def69 100644 --- a/config/app.php +++ b/config/app.php @@ -123,6 +123,14 @@ return [ 'cipher' => 'AES-256-CBC', + /* + |-------------------------------------------------------------------------- + | Version numebr + |-------------------------------------------------------------------------- + */ + + 'version' => '1.0.0', + /* |-------------------------------------------------------------------------- | Autoloaded Service Providers diff --git a/public/js/app.js b/public/js/app.js index a2012b20..b9c2f212 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -127357,7 +127357,7 @@ var Footer = /*#__PURE__*/function (_Component) { className: "text-center" }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("p", { className: "text-muted" - }, "View the code on ", /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("a", { + }, "See the code on ", /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("a", { href: "https://github.com/henrywhitaker3/Speedtest-Tracker", target: "_blank", rel: "noopener noreferrer" diff --git a/resources/js/components/Home/Footer.js b/resources/js/components/Home/Footer.js index 436395d5..9f6fe1aa 100644 --- a/resources/js/components/Home/Footer.js +++ b/resources/js/components/Home/Footer.js @@ -13,7 +13,7 @@ export default class Footer extends Component { -

View the code on GitHub

+

See the code on GitHub