From e501a9063e498a81db2124228357c5102f005be2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Sun, 13 Nov 2016 23:41:36 +0100 Subject: [PATCH] Bump version number --- code/html/fsversion | 2 +- code/src/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/html/fsversion b/code/html/fsversion index 3eefcb9d..7dea76ed 100644 --- a/code/html/fsversion +++ b/code/html/fsversion @@ -1 +1 @@ -1.0.0 +1.0.1 diff --git a/code/src/version.h b/code/src/version.h index a2b73d73..afd3ce45 100644 --- a/code/src/version.h +++ b/code/src/version.h @@ -1,4 +1,4 @@ #define APP_NAME "Espurna" -#define APP_VERSION "1.0.0" +#define APP_VERSION "1.0.1" #define APP_AUTHOR "xose.perez@gmail.com" #define APP_WEBSITE "http://tinkerman.cat"