piderman314 / bardecoder

Detect and decode QR Codes, written in 100% Rust.
MIT License
268 stars 34 forks source link

Update the version and README #24

Closed KyleMaas closed 4 years ago

KyleMaas commented 4 years ago

My local build of my other project was complaining that the version of bardecoder was still listed as 0.2.0 instead of 0.2.2. This bumps it to 0.2.3 (under the assumption that that's what the next release would be) as well as updates the README for the version and for the image dependency.

At least this way I can specify the 0.2.2 version number properly in a local build. :)

piderman314 commented 4 years ago

Actually the version should be 0.3.0 on master and 0.2.3 on the 0.2 branch only. I've made the appropriate commit.

KyleMaas commented 4 years ago

Perfect. Thanks!