diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ad9f77..2f3a875 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ This changlog uses the [ISO 8601 date format](https://www.iso.org/iso-8601-date- ## [Unreleased] +## [1.3.1] - 2021-03-06 + +### Fixed + +* Fix [#22](https://github.com/NicoHood/Nintendo/issues/22) add delay between begin() and read() for N64 controller + ## [1.3.0] - 2021-01-22 ### Added @@ -64,7 +70,8 @@ This changlog uses the [ISO 8601 date format](https://www.iso.org/iso-8601-date- * Added Gamecube Device support -[Unreleased]: https://github.com/NicoHood/Nintendo/compare/1.3.0...HEAD +[Unreleased]: https://github.com/NicoHood/Nintendo/compare/1.3.1...HEAD +[1.3.1]: https://github.com/NicoHood/Nintendo/compare/1.3.0...1.3.1 [1.3.0]: https://github.com/NicoHood/Nintendo/compare/1.2.1...1.3.0 [1.2.1]: https://github.com/NicoHood/Nintendo/releases/tag/1.2.1 [1.1]: https://github.com/NicoHood/Nintendo/compare/1.0...1.1 diff --git a/Readme.md b/Readme.md index 32df0d4..d67a2d6 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,4 @@ -Arduino Nintendo Library 1.3.0 +Arduino Nintendo Library 1.3.1 ============================== ![header](header.jpg) diff --git a/library.properties b/library.properties index 8d7c4c2..a864fc7 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Nintendo -version=1.3.0 +version=1.3.1 author=NicoHood maintainer=NicoHood sentence=Connect all your favourite Nintendo Controllers to your Arduino. diff --git a/src/Nintendo.h b/src/Nintendo.h index c28c982..61665b6 100644 --- a/src/Nintendo.h +++ b/src/Nintendo.h @@ -25,7 +25,7 @@ THE SOFTWARE. #pragma once // Software version -#define NINTENDO_VERSION 130 +#define NINTENDO_VERSION 131 #include