We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd507e1 commit 3fe0073Copy full SHA for 3fe0073
library.json
@@ -6,7 +6,7 @@
6
"type": "git",
7
"url": "https://github.com/fvanroie/ConsoleInput.git"
8
},
9
- "version": "0.0.1",
+ "version": "0.0.2",
10
"exclude": "tests",
11
"examples": "examples/*/*.ino",
12
"frameworks": [
library.properties
@@ -1,5 +1,5 @@
1
name=ConsoleInput
2
-version=0.0.1
+version=0.0.2
3
author=Francis Van Roie
4
maintainer=Francis Van Roie
5
sentence=A library to implement a simple console input line that accepts ANSII escape codes for cursor movements and simple command history.
0 commit comments