diff --git a/LICENSE.txt b/LICENSE.txt
index e364731..16b6dd0 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,4 +1,4 @@
-Copyright (c) 2017-2020 Pololu Corporation. For more information, see
+Copyright (c) 2017-2022 Pololu Corporation. For more information, see
https://www.pololu.com/
https://forum.pololu.com/
diff --git a/README.md b/README.md
index 036dba1..1c598aa 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,4 @@
# VL53L0X library for Arduino
-
-Version: 1.3.0
-Release date: 2020 Sep 24
[www.pololu.com](https://www.pololu.com/)
## Summary
@@ -164,9 +161,10 @@ This library is intended to provide a quicker and easier way to get started usin
## Version history
-* 1.3.0 (2020 Sep 24): Added support for alternative I²C buses (thanks KurtE).
-* 1.2.0 (2019 Oct 31): Incorporated some updates from ST's VL53L0X API version 1.0.2 (this library was originally based on API version 1.0.0).
-* 1.1.0 (2019 Oct 29): Improved `init()` and added a check for its return value in examples; fixed a few other issues.
-* 1.0.2 (2017 Jun 27): Fixed a typo in a register modification in `getSpadInfo()` (thanks @tridge).
-* 1.0.1 (2016 Dec 08): Fixed type error in `readReg32Bit()`.
-* 1.0.0 (2016 Aug 12): Original release.
+* 1.3.1 (2022-04-05): Explicitly cast `Wire.write()` arguments to `uint8_t`. Removed 20ms hard limit for timing budget to match API 1.0.4.
+* 1.3.0 (2020-09-24): Added support for alternative I²C buses (thanks KurtE).
+* 1.2.0 (2019-10-31): Incorporated some updates from ST's VL53L0X API version 1.0.2 (this library was originally based on API version 1.0.0).
+* 1.1.0 (2019-10-29): Improved `init()` and added a check for its return value in examples; fixed a few other issues.
+* 1.0.2 (2017-06-27): Fixed a typo in a register modification in `getSpadInfo()` (thanks @tridge).
+* 1.0.1 (2016-12-08): Fixed type error in `readReg32Bit()`.
+* 1.0.0 (2016-08-12): Original release.
diff --git a/library.properties b/library.properties
index cac8675..ab4a22d 100644
--- a/library.properties
+++ b/library.properties
@@ -1,5 +1,5 @@
name=VL53L0X
-version=1.3.0
+version=1.3.1
author=Pololu
maintainer=Pololu
sentence=VL53L0X distance sensor library