From 728d12dfc4c9c00257494aca541946775babb06a Mon Sep 17 00:00:00 2001 From: Alejandro Date: Sat, 24 Feb 2024 19:57:50 -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 0cf2d37..587af9b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@

- +

diff --git a/composer.json b/composer.json index 7d69735..7a4d26a 100755 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ ], "type": "project", "license": "MIT", - "version": "0.1.6", + "version": "0.1.7", "authors": [ { "name": "Usbac", diff --git a/database/fixtures.json b/database/fixtures.json index 2ec9458..52f0a40 100644 --- a/database/fixtures.json +++ b/database/fixtures.json @@ -1,7 +1,7 @@ { "meta": { "created": "2024-01-01 00:00:01", - "version": "0.1.6" + "version": "0.1.7" }, "tables": { "links": [ diff --git a/system/Kernel.php b/system/Kernel.php index 170ab07..07be27d 100644 --- a/system/Kernel.php +++ b/system/Kernel.php @@ -4,7 +4,7 @@ final class Kernel { - public const VERSION = '0.1.6'; + public const VERSION = '0.1.7'; /** * System configuration