Skip to content

Commit

Permalink
Bump version: 3.0.0-beta.1 → 3.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mairas committed Sep 9, 2024
1 parent 8210ba1 commit befa9b4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -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<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z\.\d]+))?
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0-beta.1
3.0.0-beta.2
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"version": "^1.10.1"
}
],
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"frameworks": "arduino",
"platforms": ["espressif32"]
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=SensESP
version=3.0.0-beta.1
version=3.0.0-beta.2
author=Matti Airas <mairas@iki.fi>
maintainer=Matti Airas <mairas@iki.fi>
sentence=Signal K sensor development library for ESP devices
Expand Down
2 changes: 1 addition & 1 deletion src/sensesp/sensesp_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace sensesp {

const char* const kSensESPVersion = "3.0.0-beta.1";
const char* const kSensESPVersion = "3.0.0-beta.2";

}

Expand Down

0 comments on commit befa9b4

Please sign in to comment.