diff --git a/README.md b/README.md index 9194c810..4bb0c81b 100644 --- a/README.md +++ b/README.md @@ -39,14 +39,14 @@ that we can provide a better library/API for them. Please, feel free to share if ## Installation The library is available -from [Maven Central](https://search.maven.org/artifact/io.github.g0dkar/qrcode-kotlin/4.0.6/qrcode-kotlin) +from [Maven Central](https://search.maven.org/artifact/io.github.g0dkar/qrcode-kotlin/4.0.7/qrcode-kotlin) and [NPM JS](https://www.npmjs.com/package/qrcode-kotlin), so you can add it to your project as a dependency like any other: **Gradle:** ```groovy -implementation("io.github.g0dkar:qrcode-kotlin:4.0.6") +implementation("io.github.g0dkar:qrcode-kotlin:4.0.7") ``` **Maven:** @@ -55,14 +55,14 @@ implementation("io.github.g0dkar:qrcode-kotlin:4.0.6") io.github.g0dkar qrcode-kotlin-jvm - 4.0.6 + 4.0.7 ``` **NodeJS:** ```shell -npm install qrcode-kotlin@4.0.6 +npm install qrcode-kotlin@4.0.7 ``` **Browser:** @@ -159,7 +159,7 @@ The main changes coming from `v3.3.0` are: 3. A bunch of optimizations on how the QRCode is drawn. Previously, we'd had a canvas for each square, which would then be copied into the QRCode. This was changed to have just one large canvas where each square will be individually drawn directly. -4. ![Experimental](https://img.shields.io/badge/Experimental-critical) iOS and tvOS Support: Starting from `v4.0.6` an +4. ![Experimental](https://img.shields.io/badge/Experimental-critical) iOS and tvOS Support: Starting from `v4.0.7` an initial implementation of the `QRCodeGraphics` so that iOS and tvOS are now supported. **Any and all [feedback](https://github.com/g0dkar/qrcode-kotlin/issues/85) are very welcome!** @@ -179,6 +179,8 @@ QR Code is trademarked by Denso Wave, Inc. * [Doomsdayrs](https://github.com/Doomsdayrs): For pointing out how the library could be improved using Kotlin Multiplatform, and helping out implementing it into the project. * An awesome, furry friend for all the support through all these years :) +* [ruicanas](https://github.com/ruicanas): For not only pointing out some issues with the iOS implementation, but also + fixing them! Thank you so much ^^ ## Support and Links diff --git a/README.pt-br.md b/README.pt-br.md index fd0e7da3..fe9279a3 100644 --- a/README.pt-br.md +++ b/README.pt-br.md @@ -175,6 +175,8 @@ QR Code é marca registrada de Denso Wave, Inc. * [Renan Lukas](https://github.com/RenanLukas): Por sua amizade, paciência e ajuda com Android, Gradle e várias outras coisas mais durante o desenvolvimento das versões v2.0.0 e v3.0.0! * [Doomsdayrs](https://github.com/Doomsdayrs): Por apontar como a biblioteca podería melhorar se tornando um projeto KMP, entre outras contribuições. * Um incrível e peludo amigo por todo o suporte através dos anos :) +* [ruicanas](https://github.com/ruicanas): Por não apenas apontar problemas com a implementação iOS, mas resolvê-los + também! Muito obrigado ^^ ## Suporte e Links