Skip to content

Commit

Permalink
[docs] Clarify a sentence in the README (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Sep 15, 2021
1 parent b5f540a commit 8c97932
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

2 comments on commit 8c97932

@DilumAluthge
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/44892

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v4.3.2 -m "<description of version>" 8c97932ef4ccd1309c66a5d5ff765aef5477bdb9
git push origin v4.3.2

Please sign in to comment.