diff --git a/README.md b/README.md index b5f80a3..e5b8ee7 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@
- +
diff --git a/app/database/fixtures.json b/app/database/fixtures.json index c545021..f6d8e38 100644 --- a/app/database/fixtures.json +++ b/app/database/fixtures.json @@ -1,7 +1,7 @@ { "meta": { "created": "2024-01-01 00:00:01", - "version": "0.3.1" + "version": "0.3.2" }, "tables": { "links": [ diff --git a/composer.json b/composer.json index a546ddb..b28bdfe 100755 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ ], "type": "project", "license": "MIT", - "version": "0.3.1", + "version": "0.3.2", "authors": [ { "name": "Usbac", diff --git a/core/Kernel.php b/core/Kernel.php index 21f3d9f..d08dfdb 100644 --- a/core/Kernel.php +++ b/core/Kernel.php @@ -4,7 +4,7 @@ final class Kernel { - public const VERSION = '0.3.1'; + public const VERSION = '0.3.2'; /** * System configuration