From 020edf3bc041f0e1103cd3fe7c85046ecd7e97bc Mon Sep 17 00:00:00 2001 From: Alejandro Date: Sat, 3 Feb 2024 13:22:44 -0400 Subject: [PATCH] Update version --- README.md | 2 +- composer.json | 2 +- database/fixtures.json | 2 +- system/Kernel.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0601556..48b83da 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@

- +

diff --git a/composer.json b/composer.json index 7eab584..f04ab7d 100755 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ ], "type": "project", "license": "MIT", - "version": "0.1.3", + "version": "0.1.4", "authors": [ { "name": "Usbac", diff --git a/database/fixtures.json b/database/fixtures.json index cb0d2e4..20ec4d5 100644 --- a/database/fixtures.json +++ b/database/fixtures.json @@ -1,7 +1,7 @@ { "meta": { "created": "2024-01-01 00:00:01", - "version": "0.1.3" + "version": "0.1.4" }, "tables": { "links": [ diff --git a/system/Kernel.php b/system/Kernel.php index 1db1ad6..4580fc1 100644 --- a/system/Kernel.php +++ b/system/Kernel.php @@ -4,7 +4,7 @@ final class Kernel { - public const VERSION = '0.1.3'; + public const VERSION = '0.1.4'; /** * System configuration