Hi, I guess it's a minor issue, but the [shields.io](https://img.shields.io/github/package-json/v/bats-core/bats-file.svg) is wrong and point to a `0.2.0` while the curent version is `0.4.0`. I assume it's due to the fact that the `package.json` file is still on `version:0.2.0`. see bellow: ```JSON "name": "bats-file", "version": "0.2.0", ``` Best Jetmartin