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>2021-12-18 19:36:22 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2021-12-18 19:36:22 +0300
commit8fbc84411c6ba75e0d7443561133ba546e29d013 (patch)
tree35e4b171501e21dc0d04fe90e22ef459fa691d2e /library.json
parentd7d37491f4a33b4b6de3b87a100b54160d12f23b (diff)
PlatformIO version push
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 52c02e5..6c00876 100644
--- a/library.json
+++ b/library.json
@@ -1,6 +1,6 @@
{
"name": "Nanopb",
- "version": "0.4.6.1",
+ "version": "0.4.6.2",
"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": {