diff --git a/README.md b/README.md index aefaeb2..c99ad3f 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ probably have a QMC5883L chip! Try this library and see if it works for you. To install this library into your Arduino environment, download the latest release file to your desktop: -https://github.com/dthain/QMC5883L/archive/v1.0.3.zip +https://github.com/dthain/QMC5883L/releases In the Arduino app, select the menu Sketch->Include Library->Add Zip Library and then select the downloaded file. diff --git a/library.properties b/library.properties index eb046ae..a7689b6 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=QMC5883L -version=1.0.3 +version=1.0.4 author=Douglas Thain maintainer=Douglas Thain sentence=Enables magnetic compass readings from GY-271 boards with QMC5883L chips.