diff --git a/library.properties b/library.properties index 65b90d2bd9..477be59d95 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Control Surface -version=1.1.1 +version=1.2.0 author=Pieter P maintainer=Pieter P sentence=This is a library for creating a MIDI Control Surface using an Arduino or Teensy board. diff --git a/src/Control_Surface.h b/src/Control_Surface.h index 0dd55a91e3..28d3fc6154 100755 --- a/src/Control_Surface.h +++ b/src/Control_Surface.h @@ -157,4 +157,4 @@ END_CS_NAMESPACE USING_CS_NAMESPACE; #endif -#define CONTROL_SURFACE_VERSION 10100 \ No newline at end of file +#define CONTROL_SURFACE_VERSION 10200