diff --git a/README.md b/README.md
index f44f8d1..2acfa76 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@ hear -d -i /path/to/someone_speaking.mp3 > transcribed_text.txt
The `-d` flag specifies that only on-device speech recognition capabilities
should be used. Otherwise, data may be sent to Apple servers, which as of
-writing (2022) have a hard limit of something like 500 characters before quitting.
+writing (2023) have a hard limit of something like 500 characters before quitting.
## Build
diff --git a/hear.1 b/hear.1
index 239701b..cebd6c3 100644
--- a/hear.1
+++ b/hear.1
@@ -1,4 +1,4 @@
-.Dd October 27, 2022
+.Dd October 27, 2023
.Dt HEAR 1
.Os Darwin
.Sh NAME
@@ -32,7 +32,7 @@ Only use on-device offline speech recognition. The default is to use whatever
the macOS Speech Recognition API thinks is best, which may include sending data
to Apple servers. When on-device is not enabled, there may be a hard limit to
the length of audio that can be transcribed in a single session. As of writing
-(2022) this is about 500 characters or so.
+(2023) this is about 500 characters or so.
.It Fl m -mode
Enable single-line output mode (only applies when the input is default audio
input device, e.g. microphone).
diff --git a/hear.1.html b/hear.1.html
index 8fc8d60..a99bf04 100644
--- a/hear.1.html
+++ b/hear.1.html
@@ -35,7 +35,7 @@
which may include sending data to Apple servers. When on-device
is not enabled, there may be a hard limit to the length of audio
that can be transcribed in a single session. As of writing
- (2022) this is about 500 characters or so.
+ (2023) this is about 500 characters or so.
-m --mode
Enable single-line output mode (only applies when the input is
@@ -68,6 +68,6 @@
Sveinbjorn Thordarson <sveinbjorn@sveinbjorn.org>
-Darwin October 27, 2022 Darwin
+Darwin October 27, 2023 Darwin
-