Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Usbac committed Sep 7, 2024
1 parent 32ce12c commit 5dd1cbc
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.3.1-blue.svg">
<img src="https://img.shields.io/badge/stable-0.3.2-blue.svg">
<img src="https://img.shields.io/badge/license-MIT-orange.svg">
</p>

Expand Down
2 changes: 1 addition & 1 deletion app/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.3.1"
"version": "0.3.2"
},
"tables": {
"links": [
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.3.1",
"version": "0.3.2",
"authors": [
{
"name": "Usbac",
Expand Down
2 changes: 1 addition & 1 deletion core/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.3.1';
public const VERSION = '0.3.2';

/**
* System configuration
Expand Down

0 comments on commit 5dd1cbc

Please sign in to comment.