Bump Version to 1.3.3

This commit is contained in:
Rotzbua
2017-03-26 17:00:14 +02:00
parent 69f3482618
commit 6fb3869bd6
4 changed files with 8 additions and 3 deletions

View File

@@ -1,7 +1,11 @@
-- Add changes to unreleased tag until we make a release. -- Add changes to unreleased tag until we make a release.
unreleased unreleased
- tba -
26 Mar 2017, v1.3.3
- Fixed bugs in MFRC522Extended, now should work with Desfire.h from JPG-Consulting @Rotzbua
- Fixed UINT8_MAX error @Rotzbua
15 Mar 2017, v1.3.2 15 Mar 2017, v1.3.2
- Added ESP8266 to library.properties - Added ESP8266 to library.properties

View File

@@ -6,6 +6,7 @@
# KEYWORD1 Classes, datatypes, and C++ keywords # KEYWORD1 Classes, datatypes, and C++ keywords
####################################### #######################################
MFRC522 KEYWORD1 MFRC522 KEYWORD1
MFRC522Extended KEYWORD1
PCD_Register KEYWORD1 PCD_Register KEYWORD1
PCD_Command KEYWORD1 PCD_Command KEYWORD1
PCD_RxGain KEYWORD1 PCD_RxGain KEYWORD1

View File

@@ -7,7 +7,7 @@
"type": "git", "type": "git",
"url": "https://github.com/miguelbalboa/rfid.git" "url": "https://github.com/miguelbalboa/rfid.git"
}, },
"version": "1.3.2", "version": "1.3.3",
"exclude": "doc", "exclude": "doc",
"frameworks": "arduino", "frameworks": "arduino",
"platforms": ["atmelavr", "ststm32", "teensy", "espressif8266"] "platforms": ["atmelavr", "ststm32", "teensy", "espressif8266"]

View File

@@ -1,5 +1,5 @@
name=MFRC522 name=MFRC522
version=1.3.2 version=1.3.3
author=GithubCommunity author=GithubCommunity
maintainer=miguelbalboa maintainer=miguelbalboa
sentence=Arduino RFID Library for MFRC522 (SPI) sentence=Arduino RFID Library for MFRC522 (SPI)