diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | arduino-mk/Arduino.mk | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -80,7 +80,7 @@ It is possible to use [`colorgcc`](https://github.com/colorgcc/colorgcc) with th ## Versioning -The current version of the makefile is `1.0.0`. You can find the full history in the [HISTORY.md](HISTORY.md) file +The current version of the makefile is `1.0.1`. You can find the full history in the [HISTORY.md](HISTORY.md) file This project adheres to Semantic [Versioning 2.0](http://semver.org/). diff --git a/arduino-mk/Arduino.mk b/arduino-mk/Arduino.mk index d71d6b6..1862548 100644 --- a/arduino-mk/Arduino.mk +++ b/arduino-mk/Arduino.mk @@ -19,7 +19,7 @@ # # Original Arduino adaptation by mellis, eighthave, oli.keller # -# Current version: 1.0.0 +# Current version: 1.0.1 # # Refer to HISTORY.md file for complete history of changes # |
