From 222007f8d32b4bf2c45f72082c129b8874feadef Mon Sep 17 00:00:00 2001 From: Matti Airas Date: Sat, 26 Oct 2024 21:47:38 +0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.0.0-beta.6=20=E2=86=92=203.?= =?UTF-8?q?0.0?= 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 a184f4056..777087e35 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.0-beta.6 +current_version = 3.0.0 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z\.\d]+))? diff --git a/Doxyfile b/Doxyfile index 1c591a2e7..9ec89ddef 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.6 +PROJECT_NUMBER = 3.0.0 # 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 40f5e16e9..4a36342fc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.0-beta.6 +3.0.0 diff --git a/library.json b/library.json index b30495d99..b44691dd7 100644 --- a/library.json +++ b/library.json @@ -46,7 +46,7 @@ "version": "^1.10.1" } ], - "version": "3.0.0-beta.6", + "version": "3.0.0", "frameworks": "arduino", "platforms": ["espressif32"] } diff --git a/library.properties b/library.properties index da9e3b50a..028c4c635 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=SensESP -version=3.0.0-beta.6 +version=3.0.0 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 0d1c11e19..13023d8e7 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.6"; +const char* const kSensESPVersion = "3.0.0"; }