diff options
| author | Ha Thach <[email protected]> | 2025-11-20 00:06:15 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-11-20 00:06:15 +0700 |
| commit | 790c7a0d7a6099e88a0bf6bbc341504c8bdaa974 (patch) | |
| tree | 9749a21da41ee3e925ef61035b6468e3e2fb49cd /library.json | |
| parent | d1a261ec1260483b9c7fa2c1a2f2fbb2e36c074d (diff) | |
| parent | f6a77b87f04386ea27effb7c1faf8e1a33da0fa1 (diff) | |
Merge pull request #3349 from hathach/update-agents
release 0.20.0
Diffstat (limited to 'library.json')
| -rw-r--r-- | library.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library.json b/library.json index 718fd84d3..efad438a7 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "TinyUSB", - "version": "0.19.0", + "version": "0.20.0", "description": "TinyUSB is an open-source cross-platform USB Host/Device stack for embedded system, designed to be memory-safe with no dynamic allocation and thread-safe with all interrupt events are deferred then handled in the non-ISR task function.", "keywords": "usb, host, device", "repository": |
