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>2017-07-13 11:09:17 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2017-07-13 11:09:17 +0300
commit59169fcc30618f73a099081288def4671200cca2 (patch)
tree34a9d8ac771ec51c2b791ffc923b167c2edf3772 /library.json
parentad3336964f3c56ab95fb12fe6efc7cdeec396468 (diff)
Don't put -dev version numbers in platformio library.json
See https://github.com/nanopb/nanopb/commit/cc74b9f200176edc5524aa00ba45fa90a5e87d27 for discussion.
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 b5bf5ff..423bac0 100644
--- a/library.json
+++ b/library.json
@@ -1,6 +1,6 @@
{
"name": "Nanopb",
- "version": "0.3.9-dev",
+ "version": "0.3.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 (2-10 kB ROM, <1 kB RAM) memory constraints.",
"repository": {