File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 3.4.0
2+ current_version = 3.4.1-alpha
33commit = True
44tag = False
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z\.\d]+))?
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = SensESP
3838# could be handy for archiving the generated documentation or if some version
3939# control system is used.
4040
41- PROJECT_NUMBER = 3.4.0
41+ PROJECT_NUMBER = 3.4.1-alpha
4242
4343# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change 1- 3.4.0
1+ 3.4.1-alpha
Original file line number Diff line number Diff line change 4646 "version" : " ^1.10.1"
4747 }
4848 ],
49- "version" : " 3.4.0 " ,
49+ "version" : " 3.4.1-alpha " ,
5050 "frameworks" : " arduino" ,
5151 "platforms" : [" espressif32" ],
5252 "export" : {
Original file line number Diff line number Diff line change 11name =SensESP
2- version =3.4.0
2+ version =3.4.1-alpha
33author =Matti Airas <mairas@iki.fi>
44maintainer =Matti Airas <mairas@iki.fi>
55sentence =Signal K sensor development library for ESP devices
Original file line number Diff line number Diff line change 33
44namespace sensesp {
55
6- const char * const kSensESPVersion = " 3.4.0 " ;
6+ const char * const kSensESPVersion = " 3.4.1-alpha " ;
77
88}
99
You can’t perform that action at this time.
0 commit comments