Skip to content

Commit

Permalink
Updated version number to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lexus2k committed May 18, 2021
1 parent d1f963e commit 7d9344c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ifeq ($(ENABLE_LOGS),y)
ENABLE_FD_LOGS ?= y
endif

VERSION=0.99.0
VERSION=0.12.0

CPPFLAGS += -I./src

Expand Down
2 changes: 1 addition & 1 deletion doxygen.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "Tiny protocol"
PROJECT_NUMBER = 0.99.0
PROJECT_NUMBER = 0.12.0
PROJECT_BRIEF = "Tiny communication protocol for microcontrollers"
PROJECT_LOGO =
OUTPUT_DIRECTORY = ./docs
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Tiny Protocol",
"version": "0.99.0",
"version": "0.12.0",
"description": "Tiny Protocol is layer 2 simple protocol. It is intended to be used for the systems with small amount of resources",
"keywords": "protocol communication protocol-library hdlc-like hdlc arduino microcontroller",
"authors":
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=tinyproto
version=0.99.0
version=0.12.0
author=Alexey Dynda
maintainer=Alexey Dynda <[email protected]>
sentence=Allows to communicate other boards/PC via physical connection.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
author_email='[email protected]',
url='https://github.com/lexus2k/tinyproto',
license='LGPLv3',
version='0.99.0',
version='0.12.0',
description='tinyproto module wrapper',
package_dir = { "tinyproto": "./python" },
packages = ['tinyproto.wrappers'],
Expand Down

0 comments on commit 7d9344c

Please sign in to comment.