Skip to content

Commit 6a0a8ea

Browse files
committed
bump julia version
Signed-off-by: Andrey Parfenov <[email protected]>
1 parent 7571428 commit 6a0a8ea

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[brainflow]
2-
git-tree-sha1 = "a61c486124ece1f0b6eb82a216c7ff3879b5335b"
2+
git-tree-sha1 = "9d629314793be525fd56c79dcaacd24b708931ad"
33
lazy = true
44

55
[[brainflow.download]]
6-
sha256 = "8430533f847831b844131864fd84ed84b76ae28ba3cd4dbc1214a5369d6d91ed"
7-
url = "https://github.com/brainflow-dev/brainflow/releases/download/5.18.1/compiled_libs.tar"
6+
sha256 = "d87cdc45272f1afe44f82afb79f8c969af25a68850125a6600b746ea635c02b0"
7+
url = "https://github.com/brainflow-dev/brainflow/releases/download/5.19.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 = "5.18.1"
4+
version = "5.19.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/5.18.1/compiled_libs.tar"
3+
url = "https://github.com/brainflow-dev/brainflow/releases/download/5.19.0/compiled_libs.tar"
44
return url
55
end

0 commit comments

Comments
 (0)