rappasoft/laravel-livewire-tables

[Bug]: Artisan About: wrong version number

mLicorn opened this issue · 2 comments

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

  1. 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

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

This will be addressed in the next version!