From 3a1c7f0364eefdb6d0262007607e889cb46bf374 Mon Sep 17 00:00:00 2001 From: Matti Airas Date: Tue, 15 Oct 2024 19:59:51 +0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.0.0-beta.5=20=E2=86=92=203.?= =?UTF-8?q?0.0-beta.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- Doxyfile | 2 +- VERSION | 2 +- library.json | 2 +- library.properties | 2 +- src/sensesp/sensesp_version.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e5c9b3d0b..a184f4056 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.0-beta.5 +current_version = 3.0.0-beta.6 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z\.\d]+))? diff --git a/Doxyfile b/Doxyfile index db65fc8ce..1c591a2e7 100644 --- a/Doxyfile +++ b/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = SensESP # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 3.0.0-beta.5 +PROJECT_NUMBER = 3.0.0-beta.6 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/VERSION b/VERSION index 73ad267d8..40f5e16e9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.0-beta.5 +3.0.0-beta.6 diff --git a/library.json b/library.json index e7f15ab74..b30495d99 100644 --- a/library.json +++ b/library.json @@ -46,7 +46,7 @@ "version": "^1.10.1" } ], - "version": "3.0.0-beta.5", + "version": "3.0.0-beta.6", "frameworks": "arduino", "platforms": ["espressif32"] } diff --git a/library.properties b/library.properties index c99930dce..da9e3b50a 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=SensESP -version=3.0.0-beta.5 +version=3.0.0-beta.6 author=Matti Airas maintainer=Matti Airas sentence=Signal K sensor development library for ESP devices diff --git a/src/sensesp/sensesp_version.h b/src/sensesp/sensesp_version.h index 8c1a09c8a..0d1c11e19 100644 --- a/src/sensesp/sensesp_version.h +++ b/src/sensesp/sensesp_version.h @@ -3,7 +3,7 @@ namespace sensesp { -const char* const kSensESPVersion = "3.0.0-beta.5"; +const char* const kSensESPVersion = "3.0.0-beta.6"; }