Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Usbac committed Feb 11, 2024
1 parent 134cd96 commit a1318e1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<p align="center">
<img src="https://img.shields.io/github/actions/workflow/status/Usbac/aurora/ci.yml"/>
<img src="https://img.shields.io/badge/stable-0.1.4-blue.svg">
<img src="https://img.shields.io/badge/stable-0.1.5-blue.svg">
<img src="https://img.shields.io/badge/license-MIT-orange.svg">
</p>

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"type": "project",
"license": "MIT",
"version": "0.1.4",
"version": "0.1.5",
"authors": [
{
"name": "Usbac",
Expand Down
2 changes: 1 addition & 1 deletion database/fixtures.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"meta": {
"created": "2024-01-01 00:00:01",
"version": "0.1.4"
"version": "0.1.5"
},
"tables": {
"links": [
Expand Down
2 changes: 1 addition & 1 deletion system/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

final class Kernel
{
public const VERSION = '0.1.4';
public const VERSION = '0.1.5';

/**
* System configuration
Expand Down

0 comments on commit a1318e1

Please sign in to comment.