Skip to content

Commit

Permalink
Make it ready for Release 1.3.3
Browse files Browse the repository at this point in the history
Minor change to readme and library manager files.
  • Loading branch information
pasko-zh committed Jul 15, 2019
1 parent 19c8896 commit 9a06d09
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ HW and Tool Chain Support
- ESP8266 Arduino Core 2.2.0
- ESP8266 Arduino Core 2.1.0
- Tested Native SDK versions:
- SDK Version 2.0.0
- SDK Version 3.0.1
- SDK Version 3.0.1
- SDK Version 2.0.0

Brzo i2c was tested with several i2c devices. If you find one which is not working, please open an issue.

Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Brzo I2C",
"version": "1.3.2",
"version": "1.3.3",
"keywords": "esp8266, I2C",
"description": "Brzo I2C is a fast I2C Implementation written in Assembly for the esp8266",
"repository":
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=Brzo I2C
version=1.3.2
version=1.3.3
author=Pascal Kurtansky
maintainer=Pasko <[email protected]>
sentence=Brzo I2C is a fast I2C Implementation written in Assembly for the esp8266
Expand Down

0 comments on commit 9a06d09

Please sign in to comment.