Update version

This commit is contained in:
Daniel Winning 2025-04-24 14:27:07 +01:00
parent 33a5293e17
commit c1247f435c
3 changed files with 7 additions and 3 deletions

View file

@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
## [1.0.3] - 2025-04-24
## Fixed
- Fixed typo in `composer.json` description field.
## [1.0.2] - 2025-04-24
### Added
- Added information on `spin:down` command to README.

View file

@ -5,7 +5,7 @@
# Loom Spinner CLI
<p>
<img src="https://img.shields.io/badge/Version-1.0.2-blue" alt="Version 1.0.2">
<img src="https://img.shields.io/badge/Version-1.0.3-blue" alt="Version 1.0.3">
</p>
A streamlined environment management tool for PHP developers.

View file

@ -1,7 +1,7 @@
{
"name": "loomlabs/loom-spinner-cli",
"decsription": "A simple command-line Docker environment spinner for PHP",
"version": "1.0.2",
"description": "A simple command-line Docker environment spinner for PHP",
"version": "1.0.3",
"autoload": {
"psr-4": {
"Loom\\Spinner\\": "src/"