Skip to content

Commit 372a931

Browse files
Roll version to 1.2.13
1 parent 548cddb commit 372a931

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "LibPrintf",
3-
"version": "1.2.11",
3+
"version": "1.2.13",
44
"description": "This library provides support for printf() and other printf-like functions with full format-string support. Default output is to Serial, but can be customized.",
55
"keywords": "printf, debugging",
66
"repository": {

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.2.10
2+
version=1.2.13
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.

0 commit comments

Comments
 (0)