From a78a0412b39b53e0e592c857287d1eb1dd31ddb6 Mon Sep 17 00:00:00 2001 From: Brian Park Date: Thu, 21 Nov 2019 10:38:19 -0800 Subject: [PATCH] Bump version to 0.1.3 --- Arduino.h | 4 ++-- CHANGELOG.md | 1 + README.md | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Arduino.h b/Arduino.h index 231f8ad..8fb8da7 100644 --- a/Arduino.h +++ b/Arduino.h @@ -13,8 +13,8 @@ #include "StdioSerial.h" // xx.yy.zz => xxyyzz (without leading 0) -#define UNIX_HOST_DUINO_VERSION 102 -#define UNIX_HOST_DUINO_VERSION_STRING "0.1.2" +#define UNIX_HOST_DUINO_VERSION 103 +#define UNIX_HOST_DUINO_VERSION_STRING "0.1.3" // Used by digitalRead() and digitalWrite() #define HIGH 0x1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3259b5d..94499db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog * Unreleased +* 0.1.3 (2019-11-21) * Add 'Installation' section to the README.md. * Add `UNIX_HOST_DUINO` macro symbol to the CPPFLAGS to allow conditional code that activates only when UnixHostDuino is used. diff --git a/README.md b/README.md index 7c8fd9b..2d8518e 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ The disadvantages are: * There may be compiler differences between the desktop and the embedded environments (e.g. 16-bit `int` versus 64-bit `int`). -Version: 0.1.2 (2019-09-04) +Version: 0.1.3 (2019-11-21) ## Installation