Skip to content

Commit 6891517

Browse files
committed
release 0.73.21
1 parent 7597342 commit 6891517

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

GR/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "GR"
22
uuid = "28b8d3ca-fb5f-59d9-8090-bfdbd6d07a71"
3-
version = "0.73.20"
3+
version = "0.73.21"
44
author = ["Josef Heinen (@jheinen)"]
55

66
[deps]
@@ -34,7 +34,7 @@ IJuliaExt = "IJulia"
3434
Artifacts = "1"
3535
DelimitedFiles = "1"
3636
Downloads = "1"
37-
GR_jll = "=0.73.20"
37+
GR_jll = "=0.73.21"
3838
HTTP = "0.8, 0.9, 1"
3939
IJulia = "1"
4040
JSON = "0.20, 0.21, 1"

GR/src/downloader.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ using Tar
99
using Downloads
1010
using p7zip_jll
1111

12-
const version = v"0.73.20"
12+
const version = v"0.73.21"
1313

1414
"""
1515
get_grdir()

GR/src/js.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import GR
44

55
const init = Ref(false)
66

7-
const jssource = Ref("https://gr-framework.org/downloads/gr-0.73.20.js")
7+
const jssource = Ref("https://gr-framework.org/downloads/gr-0.73.21.js")
88

99
function get_jsterm()
1010
if GR.isijulia()

build_tarballs.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
using BinaryBuilder
44

55
name = "GR"
6-
version = v"0.73.20"
6+
version = v"0.73.21"
77

88
# Collection of sources required to complete build
99
sources = [
10-
GitSource("https://github.com/sciapp/gr.git", "8996fa47ff760c44417d3273d8b42b9c4f65459e"),
10+
GitSource("https://github.com/sciapp/gr.git", "faafd404516bf28d237d5fb913799a7e07ab67ac"),
1111
FileSource("https://github.com/sciapp/gr/releases/download/v$version/gr-$version.js",
12-
"d950b7cbbffc18d8f2264333252cabedb9891589e5ca5ee463f7dbf6f908200a", "gr.js"),
12+
"a33da3ce2879467dcdef023881982106e2fa57100aa4b5dec362926a06a34278", "gr.js"),
1313
ArchiveSource("https://github.com/roblabla/MacOSX-SDKs/releases/download/macosx14.0/MacOSX14.0.sdk.tar.xz",
1414
"4a31565fd2644d1aec23da3829977f83632a20985561a2038e198681e7e7bf49")
1515
]

0 commit comments

Comments
 (0)