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>2023-11-11 10:55:45 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2023-11-11 10:55:45 +0300
commit6cfe48d6f1593f8fa5c0f90437f5e6522587745e (patch)
tree0197a003666f5fd44eb73d565aabe24ef8e11543 /library.json
parentf2284796f4838c2806865b816c9a9adfe424c8ab (diff)
Publishing nanopb-0.4.8nanopb-0.4.80.4.8
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 c72ec9d..e8dfce8 100644
--- a/library.json
+++ b/library.json
@@ -1,6 +1,6 @@
{
"name": "Nanopb",
- "version": "0.4.7",
+ "version": "0.4.8",
"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 (<10 kB ROM, <1 kB RAM) memory constraints.",
"repository": {