From eb612a063d6ad092bc93d0161a84c067cde7f654 Mon Sep 17 00:00:00 2001 From: Josef Heinen Date: Thu, 24 Nov 2022 18:27:51 +0100 Subject: [PATCH] release 0.71.1 --- Project.toml | 4 ++-- build_tarballs.jl | 6 +++--- src/downloader.jl | 2 +- src/js.jl | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Project.toml b/Project.toml index e4bf023..4744d94 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "GR" uuid = "28b8d3ca-fb5f-59d9-8090-bfdbd6d07a71" author = ["Josef Heinen (@jheinen)"] -version = "0.71.0" +version = "0.71.1" [deps] Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33" @@ -26,7 +26,7 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" p7zip_jll = "3f19e933-33d8-53b3-aaab-bd5110c3b7a0" [compat] -GR_jll = "=0.71.0" +GR_jll = "=0.71.1" HTTP = "0.8, 0.9, 1" JSON = "0.20, 0.21, 1" Preferences = "1" diff --git a/build_tarballs.jl b/build_tarballs.jl index 51e1585..40acaf7 100644 --- a/build_tarballs.jl +++ b/build_tarballs.jl @@ -9,13 +9,13 @@ using BinaryBuilder name = "GR" -version = v"0.71.0" +version = v"0.71.1" # Collection of sources required to complete build sources = [ - GitSource("https://github.com/sciapp/gr.git", "129ec060419ef2a911e6c87c32e0406da5526a18"), + GitSource("https://github.com/sciapp/gr.git", "72b1b0b3a6cb9d81c846ef082abad008c6766a45"), FileSource("https://github.com/sciapp/gr/releases/download/v$version/gr-$version.js", - "c7acadedabaeeedebe249c0e022ec2827b710b3cb11fd64d43719ae235577846", "gr.js") + "e93596df95690565ab9caea2014bc9b36bcadc987d69b1514c79db762f05b12a", "gr.js") ] # Bash recipe for building across all platforms diff --git a/src/downloader.jl b/src/downloader.jl index 8549aef..b599128 100644 --- a/src/downloader.jl +++ b/src/downloader.jl @@ -11,7 +11,7 @@ using Tar using Downloads using p7zip_jll -const version = v"0.71.0" +const version = v"0.71.1" const GR_UUID = UUID("28b8d3ca-fb5f-59d9-8090-bfdbd6d07a71") diff --git a/src/js.jl b/src/js.jl index 3c9a0da..53d0f91 100644 --- a/src/js.jl +++ b/src/js.jl @@ -391,7 +391,7 @@ function ws_cb(webs) end const plutoisinit = Ref(false) -const jssource = Ref("https://gr-framework.org/downloads/gr-0.71.0.js") +const jssource = Ref("https://gr-framework.org/downloads/gr-0.71.1.js") function init_pluto(source=jssource[]::String) plutoisinit[] = true