Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2022-04-23 19:47:37 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2022-04-23 19:47:37 +0300
commit819d0a2173aff699fb8c364b6fb906f7cdb1a692 (patch)
tree915c1f4897eebaff2308b336c4af12d5a9adf6a4 /library.json
parent50e366d2c3627fd92235c03ec8bff1647ce2959c (diff)
Publishing nanopb-0.3.9.9nanopb-0.3.9.90.3.9.9maintenance_0.3
Diffstat (limited to 'library.json')
-rw-r--r--library.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/library.json b/library.json
index cbd1528..86a31f7 100644
--- a/library.json
+++ b/library.json
@@ -1,6 +1,6 @@
{
"name": "Nanopb",
- "version": "0.3.9.8",
+ "version": "0.3.9.9",
"keywords": "protocol buffers, protobuf, google",
"description": "Nanopb is a plain-C implementation of Google's Protocol Buffers data format. It is targeted at 32 bit microcontrollers, but is also fit for other embedded systems with tight (2-10 kB ROM, <1 kB RAM) memory constraints.",
"repository": {