asm89/twig-lint

Version `v1.0.2` reports itself as `v1.0.1`

krzysztof-sikorski opened this issue · 1 comments

When I install v1.0.2 via Composer the installed code claims to be v1.0.1:

$ twig-lint --version
Twig lint v1.0.1

I tried a few different variants of invoking Composer, but none of those installed a package that would report its version as v1.0.2:

  • composer global require "asm89/twig-lint" "@stable"
  • composer global require "asm89/twig-lint" "1.0.2"
  • composer global require --prefer-source "asm89/twig-lint" "1.0.2"
asm89 commented

Correct. It should be fixed for 1.0.3. e5a829a