Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Usbac committed Sep 9, 2024
1 parent 779f32c commit 9225679
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.3-blue.svg">
<img src="https://img.shields.io/badge/stable-0.3.4-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.3"
"version": "0.3.4"
},
"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.3",
"version": "0.3.4",
"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.3';
public const VERSION = '0.3.4';

/**
* System configuration
Expand Down

0 comments on commit 9225679

Please sign in to comment.