diff --git a/bin/autoload.php b/bin/autoload.php index 01016b7..e7d0c3c 100644 --- a/bin/autoload.php +++ b/bin/autoload.php @@ -4,7 +4,7 @@ * * Uses the Hermes autoloader if it has been defined. * - * @version 1.1 + * @version 1.0.4 * @author Joey Kimsey * @link https://TheTempusProject.com/libraries/Hermes * @license https://opensource.org/licenses/MIT [MIT LICENSE] diff --git a/classes/autoloader.php b/classes/autoloader.php index eb24afc..217a6c4 100644 --- a/classes/autoloader.php +++ b/classes/autoloader.php @@ -4,7 +4,7 @@ * * This should provide a simple way to add autoloading. * - * @version 1.1 + * @version 1.0.4 * @author Joey Kimsey * @link https://TheTempusProject.com/libraries/Hermes * @license https://opensource.org/licenses/MIT [MIT LICENSE] diff --git a/functions/redirect.php b/functions/redirect.php index 1f91c61..6df74c8 100644 --- a/functions/redirect.php +++ b/functions/redirect.php @@ -4,7 +4,7 @@ * * This class is used for header modification and page redirection. * - * @version 1.1 + * @version 1.0.4 * @author Joey Kimsey * @link https://TheTempusProject.com/libraries/Hermes * @license https://opensource.org/licenses/MIT [MIT LICENSE] diff --git a/functions/route.php b/functions/route.php index 0ff89b0..a968a08 100644 --- a/functions/route.php +++ b/functions/route.php @@ -4,7 +4,7 @@ * * This class is used to return file and directory locations. * - * @version 1.1 + * @version 1.0.4 * @author Joey Kimsey * @link https://TheTempusProject.com/libraries/Hermes * @license https://opensource.org/licenses/MIT [MIT LICENSE]