From 8c97932ef4ccd1309c66a5d5ff765aef5477bdb9 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Wed, 15 Sep 2021 02:45:44 -0400 Subject: [PATCH] [docs] Clarify a sentence in the README (#59) --- Project.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 6a1fe34..3a3a16a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "BumpStdlibs" uuid = "10e0400f-8273-43d0-bd6e-07483373ba4f" authors = ["Dilum Aluthge", "contributors"] -version = "4.3.1" +version = "4.3.2" [deps] Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" diff --git a/README.md b/README.md index 873bd35..abf393c 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,4 @@ Update the hashes and checksums of all Julia stdlibs in just four clicks. -To get started, go to the [Usage](https://julialang.github.io/BumpStdlibs.jl/dev/usage/) page. +To get started, go to the [Usage](https://julialang.github.io/BumpStdlibs.jl/dev/usage/) page in the documentation.