diff --git a/README.md b/README.md index 1b2653d..095be74 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ ## [![PlatformIO Registry](https://badges.registry.platformio.org/packages/alphawallet/library/Web3E.svg)](https://registry.platformio.org/libraries/alphawallet/Web3E) What's New: +v1.44: +- Fix type conversion ambiguity. +- Add required method in TcpBridge. + v1.43: - Update readme text in August door sample to point to Project wizard at http://smarttokenlabs.duckdns.org/ diff --git a/library.json b/library.json index 40bee21..597cd78 100644 --- a/library.json +++ b/library.json @@ -1,5 +1,5 @@ { - "description": "Web3E (Ethereum Embedded) interface for devices running Arduino with easy to use TokenScript integration.", + "description": "Web3E (Ethereum Embedded) interface for devices running Arduino with easy to use TokenScript/SmartLayer integration. Link your tokens/NFTs to devices securely.", "repository": { "url": "https://github.com/AlphaWallet/Web3E", "type": "git" @@ -20,6 +20,10 @@ "Web3", "Web3E", "Ethereum", + "Blockchain", + "Token", + "Tokens", + "SmartLayer", "DApp", "NFT", "TokenScript", @@ -27,6 +31,6 @@ "Smart Tokens" ], "name": "Web3E", - "version": "1.43", + "version": "1.44", "homepage": "https://www.smarttokenlabs.com/" } \ No newline at end of file diff --git a/library.properties b/library.properties index fc64b70..19c0fb3 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Web3E -version=1.43 +version=1.44 author=James Brown maintainer=James Brown sentence=Web3E (Ethereum For Embedded) interface for Arduino and compitable devices.