Skip to content

Commit

Permalink
Release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoHood committed Mar 6, 2021
1 parent 4e63a18 commit 2cd02b0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Arduino Nintendo Library 1.3.0
Arduino Nintendo Library 1.3.1
==============================

![header](header.jpg)
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Nintendo
version=1.3.0
version=1.3.1
author=NicoHood
maintainer=NicoHood <[email protected]>
sentence=Connect all your favourite Nintendo Controllers to your Arduino.
Expand Down
2 changes: 1 addition & 1 deletion src/Nintendo.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ THE SOFTWARE.
#pragma once

// Software version
#define NINTENDO_VERSION 130
#define NINTENDO_VERSION 131

#include <Arduino.h>

Expand Down

0 comments on commit 2cd02b0

Please sign in to comment.