bump version to 1.4.8

This commit is contained in:
Rotzbua
2020-12-30 16:54:49 +01:00
parent 34086ad99a
commit ce05181537
3 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
-- Add changes to unreleased tag until we make a release. -- Add changes to unreleased tag until we make a release.
xx 2020, v1.4.8 30 Dec 2020, v1.4.8
- Fixed wrong SPI clock speed.
25 Jun 2020, v1.4.7 25 Jun 2020, v1.4.7
- Fixed typos - Fixed typos

View File

@@ -1,6 +1,6 @@
{ {
"name": "MFRC522", "name": "MFRC522",
"version": "1.4.7", "version": "1.4.8",
"license": "Unlicense", "license": "Unlicense",
"keywords": "rfid, spi", "keywords": "rfid, spi",
"description": "Read a card using a MFRC522 reader on your SPI interface.", "description": "Read a card using a MFRC522 reader on your SPI interface.",

View File

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