Skip to content

Commit

Permalink
Bump Version to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rotzbua committed Mar 15, 2017
1 parent 288ec59 commit 5b6231d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
unreleased
- tba

15 Mar 2017, v1.3.2
- Added ESP8266 to library.properties

15 Mar 2017, v1.3.1
- Fixed compiler warning in MFRC522Extended @Rotzbua
- Removed unused function @Rotzbua
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/miguelbalboa/rfid.git"
},
"version": "1.3.1",
"version": "1.3.2",
"exclude": "doc",
"frameworks": "arduino",
"platforms": ["atmelavr", "ststm32", "teensy", "espressif8266"]
Expand Down
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name=MFRC522
version=1.3.1
version=1.3.2
author=GithubCommunity
maintainer=miguelbalboa
sentence=Arduino RFID Library for MFRC522 (SPI)
paragraph=Read/Write a RFID Card or Tag using the ISO/IEC 14443A/MIFARE interface.
category=Communication
url=https://github.com/miguelbalboa/rfid
architectures=avr,STM32F1,teensy
architectures=avr,STM32F1,teensy,esp8266

0 comments on commit 5b6231d

Please sign in to comment.