Skip to content

Commit cf2cceb

Browse files
authored
update julia package version (#191)
Signed-off-by: Andrey Parfenov <[email protected]>
1 parent 0f3cbe7 commit cf2cceb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

julia-package/brainflow/Artifacts.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ lazy = true
44

55
[[brainflow.download]]
66
sha256 = "92bd7485de8ccbd19d27a9b203e8176806269415b1087c767bb36539efe063d9"
7-
url = "https://github.com/brainflow-dev/brainflow/releases/download/3.7.2/compiled_libs.tar"
7+
url = "https://github.com/brainflow-dev/brainflow/releases/download/3.8.0/compiled_libs.tar"

julia-package/brainflow/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "BrainFlow"
22
uuid = "abd5acf9-0fc9-4730-984d-e27a37823580"
33
authors = ["Andrey1994 <[email protected]>"]
4-
version = "3.7.2"
4+
version = "3.8.0"
55

66
[deps]
77
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# TODO: automatically generate by brainflow CICD
22
function brainflow_url()
3-
url = "https://github.com/brainflow-dev/brainflow/releases/download/3.7.2/compiled_libs.tar"
3+
url = "https://github.com/brainflow-dev/brainflow/releases/download/3.8.0/compiled_libs.tar"
44
return url
55
end

0 commit comments

Comments
 (0)