diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 79f030412..4d8aef277 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.4.2-alpha +current_version = 2.5.0 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+))? diff --git a/Doxyfile b/Doxyfile index 4193c4c5b..f1d6c97df 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 = 2.4.2-alpha +PROJECT_NUMBER = 2.5.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 2acd8066c..437459cd9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.4.2-alpha +2.5.0 diff --git a/library.json b/library.json index dfae26374..f8ac2c73e 100644 --- a/library.json +++ b/library.json @@ -60,7 +60,7 @@ "version": "https://github.com/JoaoLopesF/RemoteDebug.git#0b5a9c1a49fd2ade0e3cadc3a3707781e819359a" } ], - "version": "2.4.2-alpha", + "version": "2.5.0", "frameworks": "arduino", "platforms": ["espressif32"] } diff --git a/library.properties b/library.properties index 245fe0634..2a6bfee7a 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=SensESP -version=2.4.2-alpha +version=2.5.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 2882bd421..97bd4c636 100644 --- a/src/sensesp/sensesp_version.h +++ b/src/sensesp/sensesp_version.h @@ -3,7 +3,7 @@ namespace sensesp { -const char* const kSensESPVersion = "2.4.2-alpha"; +const char* const kSensESPVersion = "2.5.0"; }