Skip to content

Commit

Permalink
Bump version: 2.0.0-alpha → 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mairas committed Nov 27, 2021
1 parent 2e84131 commit 3300735
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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 = 2.0.0-alpha
current_version = 2.0.0
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
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 = ReactESP
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 2.0.0-alpha
PROJECT_NUMBER = 2.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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0-alpha
2.0.0
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
],
"dependencies": [],
"version": "2.0.0-alpha",
"version": "2.0.0",
"frameworks": "arduino",
"platforms": "*"
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=ReactESP
version=2.0.0-alpha
version=2.0.0
author=Matti Airas <[email protected]>, Andrew Carter <[email protected]>
maintainer=Matti Airas <[email protected]>
sentence=Asynchronous programming library for the ESP32 and other microcontrollers compatible with the Arduino framework.
Expand Down

0 comments on commit 3300735

Please sign in to comment.