Skip to content

Commit 3f0713a

Browse files
author
Spacehuhn
committed
Updated version number to 1.0.5
1 parent 2452114 commit 3f0713a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

library.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SimpleCLI",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"keywords": "cli, parser, command, line, interface",
55
"description": "Add a command line interface to your project the easy way",
66
"repository": {
@@ -14,4 +14,4 @@
1414
}],
1515
"frameworks": "arduino",
1616
"platforms": "*"
17-
}
17+
}

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=SimpleCLI
2-
version=1.0.4
2+
version=1.0.5
33
author=Spacehuhn
44
maintainer=Stefan Kremser <[email protected]>
55
sentence=A Command Line Interface Library for Arduino

0 commit comments

Comments
 (0)