From c44f9546e3ed0baa77d6fe0f3c9ffd1af2c0674d Mon Sep 17 00:00:00 2001 From: arturo182 Date: Sat, 11 Jun 2022 15:21:59 +0200 Subject: [PATCH] Bump version to v1.1 --- app/app_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/app_config.h b/app/app_config.h index bdd0f79..9d54d39 100644 --- a/app/app_config.h +++ b/app/app_config.h @@ -1,6 +1,6 @@ #pragma once #define VERSION_MAJOR 1 -#define VERSION_MINOR 0 +#define VERSION_MINOR 1 #define KEY_FIFO_SIZE 31 // number of keys in the public FIFO