From 72ae94aca15446d779cf66b2df13e2fe65825cda Mon Sep 17 00:00:00 2001 From: Scott Allen Date: Thu, 15 Sep 2016 19:05:51 -0400 Subject: [PATCH] Update version numbers to 2.0.4 --- library.json | 2 +- library.properties | 2 +- src/Arduboy2.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/library.json b/library.json index 9986fcc..f39efdc 100644 --- a/library.json +++ b/library.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/MLXXXp/Arduboy2.git" }, - "version": "2.0.3", + "version": "2.0.4", "exclude": "extras", "frameworks": "arduino", "platforms": "atmelavr" diff --git a/library.properties b/library.properties index 5c17c8e..6e44c90 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Arduboy2 -version=2.0.3 +version=2.0.4 author=Chris J. Martinez, Kevin Bates, Josh Goebel, Scott Allen, Ross O. Shoger maintainer=Scott Allen saydisp-git@yahoo.ca sentence=An alternative library for use with the Arduboy game system. diff --git a/src/Arduboy2.h b/src/Arduboy2.h index 3e1be37..ae13d76 100644 --- a/src/Arduboy2.h +++ b/src/Arduboy2.h @@ -9,7 +9,7 @@ // For a version number in the form of x.y.z the value of the define will be // ((x * 10000) + (y * 100) + (z)) as a decimal number. // So, it will read as xxxyyzz, with no leading zeros on x. -#define ARDUBOY_LIB_VER 20002 +#define ARDUBOY_LIB_VER 20004 // EEPROM settings #define EEPROM_VERSION 0