Skip to content

Commit f67e259

Browse files
committed
Version: Please 'git tag 1.0.12' (and 1.0.11)
1 parent db27917 commit f67e259

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ESP3DLib
2-
version=1.0.11
2+
version=1.0.12
33
author=Luc Lebosse
44
maintainer=Luc Lebosse, <[email protected]>
55
sentence=A 3D printer front end for ESP boards.

src/esp3dlibconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ static_assert(false,
4646
#undef DISABLED
4747
#undef _BV
4848
//version
49-
#define LIB_VERSION "1.0.11"
49+
#define LIB_VERSION "1.0.12"
5050

5151
//Allow to override the default core used by ESP3DLIB
5252
#ifndef ESP3DLIB_RUNNING_CORE

0 commit comments

Comments
 (0)