Skip to content

Commit

Permalink
Bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bxparks committed Nov 21, 2019
1 parent b024f10 commit a78a041
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a78a041

Please sign in to comment.