Skip to content

Commit

Permalink
Update version info
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesSmartCell committed Jun 26, 2023
1 parent d7fcc61 commit 2491bb5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down
8 changes: 6 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -20,13 +20,17 @@
"Web3",
"Web3E",
"Ethereum",
"Blockchain",
"Token",
"Tokens",
"SmartLayer",
"DApp",
"NFT",
"TokenScript",
"AlphaWallet",
"Smart Tokens"
],
"name": "Web3E",
"version": "1.43",
"version": "1.44",
"homepage": "https://www.smarttokenlabs.com/"
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Web3E
version=1.43
version=1.44
author=James Brown<[email protected]>
maintainer=James Brown <[email protected]>
sentence=Web3E (Ethereum For Embedded) interface for Arduino and compitable devices.
Expand Down

0 comments on commit 2491bb5

Please sign in to comment.