Skip to content

Commit d4c2ed3

Browse files
committed
Roll version to 0.11.0
1 parent 4125734 commit d4c2ed3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doxygen.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#---------------------------------------------------------------------------
66
DOXYFILE_ENCODING = UTF-8
77
PROJECT_NAME = "Tiny protocol"
8-
PROJECT_NUMBER = 0.10.0
8+
PROJECT_NUMBER = 0.11.0
99
PROJECT_BRIEF = "Tiny communication protocol for microcontrollers"
1010
PROJECT_LOGO =
1111
OUTPUT_DIRECTORY = ./docs

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Tiny Protocol",
3-
"version": "0.10.1",
3+
"version": "0.11.0",
44
"description": "Tiny Protocol is layer 2 simple protocol. It is intended to be used for the systems with small amount of resources",
55
"keywords": "protocol communication protocol-library hdlc-like hdlc arduino microcontroller",
66
"authors":

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=tinyproto
2-
version=0.10.1
2+
version=0.11.0
33
author=Alexey Dynda
44
maintainer=Alexey Dynda <[email protected]>
55
sentence=Allows to communicate other boards/PC via physical connection.

0 commit comments

Comments
 (0)