Skip to content

Commit

Permalink
Release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoHood committed Jan 27, 2017
1 parent 4aa4d25 commit cb5760d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Arduino Nintendo Library 1.2
============================
Arduino Nintendo Library 1.2.1
==============================

![header](header.jpg)

Expand Down Expand Up @@ -68,6 +68,9 @@ www.nicohood.de
Version History
===============
```
1.2.1 Release (27.01.2017)
* Fix compiling of assembler functions
1.2 Release (19.07.2016)
* Reworked library structure
* Added N64Controller support
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.2.0
version=1.2.1
author=NicoHood
maintainer=NicoHood <blog@NicoHood.de>
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 120
#define NINTENDO_VERSION 121

#include <Arduino.h>

Expand Down

0 comments on commit cb5760d

Please sign in to comment.