diff options
| author | Ha Thach <[email protected]> | 2024-12-25 12:45:09 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-12-25 12:45:09 +0700 |
| commit | 86ad6e56c1700e85f1c5678607a762cfe3aa2f47 (patch) | |
| tree | 5ec921cba2240a1001cf03bc7f40269bc3175ee7 /library.json | |
| parent | 7c1afa837a28c7bd5210f57eda4afba4e171cad4 (diff) | |
| parent | ab9472f5848faac26d6c6160f78b8a82661c6ff6 (diff) | |
Merge pull request #2913 from hathach/release-0.18.00.18.0
update doc, bump up release 0.18.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 c945d4b52..f1bfd6387 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "TinyUSB", - "version": "0.17.0", + "version": "0.18.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": |
