From 4ff6973a4b8e17422210f7c00c0b49507fe63244 Mon Sep 17 00:00:00 2001 From: Scott Allen Date: Wed, 22 Mar 2017 18:16:10 -0400 Subject: [PATCH] Change version to 3.1.1 --- LICENSE.txt | 2 +- library.json | 2 +- library.properties | 2 +- src/Arduboy2.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 1f21723..3141ce7 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -8,7 +8,7 @@ Software License Agreements Licensed under the BSD 3-clause license: Arduboy2 library: -Copyright (c) 2017, Scott Allen +Copyright (c) 2016-2017, Scott Allen All rights reserved. The Arduboy2 library was forked from the Arduboy library: diff --git a/library.json b/library.json index c83254d..b711d63 100644 --- a/library.json +++ b/library.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/MLXXXp/Arduboy2.git" }, - "version": "3.1.0", + "version": "3.1.1", "exclude": "extras", "frameworks": "arduino", "platforms": "atmelavr" diff --git a/library.properties b/library.properties index b284bb5..f224705 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Arduboy2 -version=3.1.0 +version=3.1.1 author=Chris J. Martinez, Kevin Bates, Josh Goebel, Scott Allen, Ross O. Shoger maintainer=Scott Allen sentence=An alternative library for use with the Arduboy game system. diff --git a/src/Arduboy2.h b/src/Arduboy2.h index 88f6cfd..d2e90fc 100644 --- a/src/Arduboy2.h +++ b/src/Arduboy2.h @@ -32,7 +32,7 @@ * #endif * \endcode */ -#define ARDUBOY_LIB_VER 30100 +#define ARDUBOY_LIB_VER 30101 // EEPROM settings #define ARDUBOY_UNIT_NAME_LEN 6 /**< The maximum length of the unit name string. */