From 25edc0baec3be0718d2bf03f5797673879d7269d Mon Sep 17 00:00:00 2001 From: Logan Kilpatrick Date: Mon, 26 Oct 2020 13:06:17 -0700 Subject: [PATCH 1/2] Update Slack Invite URL --- 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 b4c584477..a8556e67f 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -50,5 +50,5 @@ CairoMakie.activate!() # only if a different backend is active already ## Getting Help 1) Use the REPL `?` help mode -1) Join the `#makie` channel in the [Julia Slack group](https://slackinvite.julialang.org). +1) Join the `#makie` channel in the [Julia Slack group](https://julialang.org/slack/). 1) Open an issue in the [Makie.jl](https://github.com/JuliaPlots/Makie.jl) repository. From 27b7ccf3b004abafb5ec9798a8de3bf1c6cb4c02 Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 27 Oct 2020 00:08:23 +0100 Subject: [PATCH 2/2] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index da0979039..1b1b20d52 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ authors = ["Simon Danisch", "Julius Krumbiegel"] name = "AbstractPlotting" uuid = "537997a7-5e4e-5d89-9595-2241ea00577e" -version = "0.13.1" +version = "0.13.2" [deps] Animations = "27a7e980-b3e6-11e9-2bcd-0b925532e340"