From 31c3756540d07490b48a0aa42d0f79ab50ef9cdb Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Sun, 6 Jun 2021 20:50:37 -0400 Subject: [PATCH 1/2] Fix the docs again --- docs/src/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/index.md b/docs/src/index.md index 72a24c0..333b9e1 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -4,7 +4,7 @@ CurrentModule = BumpStdlibs # BumpStdlibs -If you are a member of the `JuliaLang` organization, and you want to run +If you are a `JuliaLang` committer, and you want to run the BumpStdlibs action now, see the [Usage](@ref) page. The source code for this package is available in the [GitHub repository](https://github.com/JuliaLang/BumpStdlibs.jl). From 8b109d465279d24a74b25e44ddb94555e71b8636 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Sun, 6 Jun 2021 20:50:53 -0400 Subject: [PATCH 2/2] Bump patch version --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f477f10..f80d537 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "BumpStdlibs" uuid = "10e0400f-8273-43d0-bd6e-07483373ba4f" authors = ["Dilum Aluthge", "contributors"] -version = "3.1.2" +version = "3.1.3" [deps] Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"