aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2013-09-25 15:22:05 +0530
committerSudar <sudar@sudarmuthu.com>2013-09-25 15:22:05 +0530
commit9c22972b98089e47251a4dcd0e570de0fcb4b8a6 (patch)
treeb81d95fd3f09f4bb8bad885697b5702ada006dd9
parent85d2d2ec6ecca4c66760ffcc11f9bfc9693f269c (diff)
Bump up version to v1.0.1 for release1.0.1
This is just a minor bug fix release
-rw-r--r--README.md2
-rw-r--r--arduino-mk/Arduino.mk2
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
#