From 871cb34aeb021a8735ee14d9321bd614b69765d4 Mon Sep 17 00:00:00 2001 From: Kei Date: Wed, 11 Apr 2018 13:18:55 +0900 Subject: [PATCH] Changed library version. (0.0.4) --- README.md | 2 +- library.properties | 2 +- src/DynamixelShield.h | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 34be2af..db39e1a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# DynamixelShield +# DynamixelShield [![Build Status](https://travis-ci.org/ROBOTIS-GIT/DynamixelShield.svg?branch=develop)](https://travis-ci.org/ROBOTIS-GIT/DynamixelShield/branches) DynamixelShield Library for Arduino Please refer to [Wiki page](https://github.com/ROBOTIS-GIT/DynamixelShield/wiki). diff --git a/library.properties b/library.properties index f7973c0..e9b5417 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=DynamixelShield -version=0.0.3 +version=0.0.4 author=ROBOTIS maintainer=Kei(kkw@robotis.com) sentence=DynamixelShield Library for Arduino diff --git a/src/DynamixelShield.h b/src/DynamixelShield.h index f1ba5f0..aa45eae 100644 --- a/src/DynamixelShield.h +++ b/src/DynamixelShield.h @@ -15,6 +15,7 @@ *******************************************************************************/ /* + * Version: 0.0.4 * Authors: Hancheol Cho (Baram) * KyungWan Ki (Kei) */