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>2020-02-02 13:22:00 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2020-02-02 13:22:00 +0300
commit3eb9a75c1e66e6182e87e2bd758ff2a4d16acbdc (patch)
tree8dcaaa8760dda2187b51951e62208a5a3d993700 /library.json
parent3d4529402777d7175a5c6e4336a78994325e55a1 (diff)
Publishing nanopb-0.4.1nanopb-0.4.10.4.1
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 1640503..f447490 100644
--- a/library.json
+++ b/library.json
@@ -1,6 +1,6 @@
{
"name": "Nanopb",
- "version": "0.4.0",
+ "version": "0.4.1",
"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": {