From 9c22972b98089e47251a4dcd0e570de0fcb4b8a6 Mon Sep 17 00:00:00 2001 From: Sudar Date: Wed, 25 Sep 2013 15:22:05 +0530 Subject: [PATCH] Bump up version to v1.0.1 for release This is just a minor bug fix release --- README.md | 2 +- arduino-mk/Arduino.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c45d0c..da4c28c 100644 --- a/README.md +++ b/README.md @@ -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 #