rappasoft / laravel-livewire-tables

A dynamic table component for Laravel Livewire
https://rappasoft.com/docs/laravel-livewire-tables/v2/introduction
MIT License
1.7k stars 320 forks source link

[Bug]: Artisan About: wrong version number #1645

Closed mLicorn closed 4 months ago

mLicorn commented 5 months ago

What happened?

The version displayed in the 'php artisan about' command is not the correct one.

How to reproduce the bug

  1. Install last version

  2. Check installed version

    composer show rappasoft/laravel-livewire-tables

    local-version-min

  3. Check Artisan version

    php artisan about

    artisan-version-min

Package Version

3.2.0

PHP Version

8.1.x

Laravel Version

10.40.0

Alpine Version

No response

Theme

None

Notes

Rappasoft\LaravelLivewireTables\LaravelLivewireTablesServiceProvider::boot() line 17

AboutCommand::add('Rappasoft Laravel Livewire Tables', fn () => ['Version' => '3.0.0']);

Error Message

No response

lrljoe commented 5 months ago

Can't believe I missed that all this time! Thanks for pointing it out, I'll get it updated for the next release

lrljoe commented 4 months ago

This will be addressed in the next version!