Skip to content

Commit c4efc3a

Browse files
committed
Bump to version 2.1.1
1 parent 32d7dc1 commit c4efc3a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ pull-request.
1919

2020
## Changelog
2121

22+
**2.1.1 - 22/03/2016**
23+
24+
* Fix regression - add reset option to select
25+
2226
**2.1.0 - 20/03/2016**
2327

2428
* Fix bug resetting the menu. Now possible via `reset()`

library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "git",
88
"url": "https://github.com/jonblack/arduino-menusystem.git"
99
},
10-
"version": "2.1.0",
10+
"version": "2.1.1",
1111
"frameworks": "arduino",
1212
"platforms": "atmelavr"
1313
}

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=arduino-menusystem
2-
version=2.1.0
2+
version=2.1.1
33
author=Jon Black <[email protected]>
44
maintainer=Jon Black <[email protected]>
55
sentence=A library for implementing a menu system

0 commit comments

Comments
 (0)