Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rafageist committed Aug 14, 2024
1 parent 03f82bb commit f74d07c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"lazy initialization"
],
"homepage": "https://divengine.org",
"version": "1.1.0",
"version": "1.1.1",
"authors": [
{
"name": "Rafa Rodriguez",
Expand Down
5 changes: 2 additions & 3 deletions src/laze.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/**
* [[]] Div PHP Laze
*
* A PHP library for defining lazy inmutable values. Values are set as closures
* A PHP library for defining lazy immutable values. Values are set as closures
* and only materialize upon first access, ensuring efficient and controlled
* initialization.
*
Expand All @@ -26,7 +26,6 @@
*
* @package divengine/laze
* @author Rafa Rodriguez @rafageist [https://rafageist.com]
* @version 1.1.0
*
* @link https://divengine.org
* @link https://github.com/divengine/div
Expand All @@ -38,7 +37,7 @@ class laze
* Version of the library.
* @var string
*/
private static string $__version = '1.1.0';
private static string $__version = '1.1.1';

/**
* Store for lazy immutable values.
Expand Down

0 comments on commit f74d07c

Please sign in to comment.