Skip to content

Commit 0274ba5

Browse files
committed
Bump the version number
1 parent b1ad34d commit 0274ba5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doxygen.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
#---------------------------------------------------------------------------
66
DOXYFILE_ENCODING = UTF-8
77
PROJECT_NAME = Ps2KeyboardHost
8-
PROJECT_NUMBER = 1.0.0
8+
PROJECT_NUMBER = 1.0.1
99
PROJECT_BRIEF = "Allows you to read from one or more PS2-style keyboards on an Arduino."
1010
PROJECT_LOGO =
11-
OUTPUT_DIRECTORY = ..\firsttry
11+
OUTPUT_DIRECTORY = ..\..\PS2KeyboardHostDocumentation
1212
CREATE_SUBDIRS = NO
1313
ALLOW_UNICODE_NAMES = NO
1414
OUTPUT_LANGUAGE = English

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Ps2KeyboardHost
2-
version=1.0.0
2+
version=1.0.1
33
author=Steve Benz
44
maintainer=Steve Benz <s8878992@hotmail.com>
55
sentence=PS2 Keyboard host controller

0 commit comments

Comments
 (0)