Skip to content

Commit

Permalink
Bump to version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jonblack committed Jan 23, 2016
1 parent 411060a commit b399f2d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,28 @@
menusystem
==========
# menusystem

An arduino library for implementing a menu system.

Documentation
-------------
## Documentation

Other than the examples included in the library, the following pages might be
useful to you:

* [Arduino forum post](http://arduino.cc/forum/index.php/topic,105866.0.html)
* [Humble Coder](http://www.humblecoder.com/)
* [Arduino Menu System Library](http://blog.humblecoder.com/arduino-menu-system-library/)
* [Animated LED matrix menu transitions on the Arduino](http://blog.humblecoder.com/animated-led-matrix-menu-transitions-on-the-arduino/)

Contribution
------------
## Contribution

If you'd like to contribute to `arduino-menusystem`, please submit a
pull-request.

Changelog
---------
## Changelog

**2.0.2 - 23/01/2016**

* Fix deprecated conversion from string constant to char*
* Add Sure Electronics animated LED matrix example

**2.0.1 - 16/08/2015**

Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=arduino-menusystem
version=2.0.1
version=2.0.2
author=Jon Black <[email protected]>
maintainer=Jon Black <[email protected]>
sentence=A library for implementing a menu system
Expand Down

0 comments on commit b399f2d

Please sign in to comment.