From 031469a3c81927180b1f6354fd683853d2a9364f Mon Sep 17 00:00:00 2001 From: ardnew Date: Tue, 16 Apr 2024 21:25:08 -0500 Subject: [PATCH] docs: update version to v0.2.1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d28833a..4925de2 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ For bare-metal applications using `platformio.ini`, add the following to `lib_de ```ini [env] lib_deps = - https://github.com/ardnew/cronos.git#v0.2.0 + https://github.com/ardnew/cronos.git#v0.2.1 ``` For library project using `library.json`, add the following to "dependencies": @@ -44,7 +44,7 @@ For library project using `library.json`, add the following to "dependencies": ```json { "dependencies": { - "ardnew/cronos": "^0.2.0" + "ardnew/cronos": "^0.2.1" } } ```