Skip to content

Commit af74c9c

Browse files
Modify version information for next release
1 parent a5789d7 commit af74c9c

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=LibPrintf
2-
version=1.1.3
2+
version=1.2.6
33
author=Embedded Artistry
44
maintainer=Embedded Artistry <[email protected]>
55
sentence=Library adding support for the printf family of functions to the Arduino SDK.

tools/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pipeline
1111
parameters
1212
{
1313
string(defaultValue: '1', description: 'Major version number (x.0.0)', name: 'MAJOR_VERSION')
14-
string(defaultValue: '1', description: 'Minor version number (0.x.0)', name: 'MINOR_VERSION')
14+
string(defaultValue: '2', description: 'Minor version number (0.x.0)', name: 'MINOR_VERSION')
1515
}
1616
triggers
1717
{

0 commit comments

Comments
 (0)