diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 7abde0100..8b2761837 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.0-beta.1 +current_version = 3.0.0-beta.2 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z\.\d]+))? diff --git a/Doxyfile b/Doxyfile index 9f1d2c71f..e7852ced2 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.1 +PROJECT_NUMBER = 3.0.0-beta.2 # 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 1941d5282..9d4f60fa3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.0-beta.1 +3.0.0-beta.2 diff --git a/library.json b/library.json index e7c3657c4..e3b145cfd 100644 --- a/library.json +++ b/library.json @@ -46,7 +46,7 @@ "version": "^1.10.1" } ], - "version": "3.0.0-beta.1", + "version": "3.0.0-beta.2", "frameworks": "arduino", "platforms": ["espressif32"] } diff --git a/library.properties b/library.properties index 6b1a230a3..c3375f6db 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=SensESP -version=3.0.0-beta.1 +version=3.0.0-beta.2 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 b295c18d4..8c20ec4a2 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.1"; +const char* const kSensESPVersion = "3.0.0-beta.2"; }