From 171183c0abdbbdf12b3b577821636dd1c51ec752 Mon Sep 17 00:00:00 2001 From: Joey Kimsey Date: Mon, 12 Aug 2024 22:56:27 -0400 Subject: [PATCH] release prep --- CONTRIBUTING.md | 2 +- README.md | 4 +++- bin/autoload.php | 6 +++--- classes/autoloader.php | 4 ++-- functions/redirect.php | 4 ++-- functions/route.php | 4 ++-- 6 files changed, 13 insertions(+), 11 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 28c70f8..bb75110 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,7 +41,7 @@ New classes must be prefaced with a doc-block following this style: * * This is the admin controller. * - * @version 3.0 + * @version 1.1 * @author Joey Kimsey * @link https://TheTempusProject.com/Hermes * @license https://opensource.org/licenses/MIT [MIT LICENSE] diff --git a/README.md b/README.md index 505d1e2..283f728 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # Hermes -Hermes is a small package to handle routing and autoloading designed in conjunction with [The Tempus Project](https://thetempusproject.com). + +Hermes is a small package to handle routing and autoloading designed in conjunction with +[The Tempus Project](https://thetempusproject.com). \ No newline at end of file diff --git a/bin/autoload.php b/bin/autoload.php index d6e7ab5..7785a25 100644 --- a/bin/autoload.php +++ b/bin/autoload.php @@ -1,12 +1,12 @@ - * @link https://TheTempusProject.com/TempusDebugger + * @link https://TheTempusProject.com/Hermes * @license https://opensource.org/licenses/MIT [MIT LICENSE] */ namespace TheTempusProject\Hermes; diff --git a/classes/autoloader.php b/classes/autoloader.php index c2ab7c4..64d6253 100644 --- a/classes/autoloader.php +++ b/classes/autoloader.php @@ -4,9 +4,9 @@ * * This should provide a simple way to add autoloading. * - * @version 3.0 + * @version 1.1 * @author Joey Kimsey - * @link https://TheTempusProject.com/Core + * @link https://TheTempusProject.com/Hermes * @license https://opensource.org/licenses/MIT [MIT LICENSE] */ namespace TheTempusProject\Hermes\Classes; diff --git a/functions/redirect.php b/functions/redirect.php index 1773aca..5910a81 100644 --- a/functions/redirect.php +++ b/functions/redirect.php @@ -4,9 +4,9 @@ * * This class is used for header modification and page redirection. * - * @version 3.0 + * @version 1.1 * @author Joey Kimsey - * @link https://TheTempusProject.com/Core + * @link https://TheTempusProject.com/Hermes * @license https://opensource.org/licenses/MIT [MIT LICENSE] */ namespace TheTempusProject\Hermes\Functions; diff --git a/functions/route.php b/functions/route.php index 3c7f5a7..22227b4 100644 --- a/functions/route.php +++ b/functions/route.php @@ -4,9 +4,9 @@ * * This class is used to return file and directory locations. * - * @version 3.0 + * @version 1.1 * @author Joey Kimsey - * @link https://TheTempusProject.com/Core + * @link https://TheTempusProject.com/Hermes * @license https://opensource.org/licenses/MIT [MIT LICENSE] */