aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
#