diff --git a/README.md b/README.md index e3c3693..4c8ff6b 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,10 @@ pull-request. ## Changelog +**2.1.1 - 22/03/2016** + +* Fix regression - add reset option to select + **2.1.0 - 20/03/2016** * Fix bug resetting the menu. Now possible via `reset()` diff --git a/library.json b/library.json index cabe106..6f0ce76 100644 --- a/library.json +++ b/library.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/jonblack/arduino-menusystem.git" }, - "version": "2.1.0", + "version": "2.1.1", "frameworks": "arduino", "platforms": "atmelavr" } diff --git a/library.properties b/library.properties index 8b7d257..461c37b 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=arduino-menusystem -version=2.1.0 +version=2.1.1 author=Jon Black maintainer=Jon Black sentence=A library for implementing a menu system