Skip to content

Commit 9c03d2a

Browse files
committed
bump julia version
Signed-off-by: Andrey Parfenov <a1994ndrey@gmail.com>
1 parent 65b009d commit 9c03d2a

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 = "d4c7e7e9b3063045a2083a547081ff48ce0697d4"
2+
git-tree-sha1 = "c0ecab47803cd0fa4546e1bd4b15652f3f1c5e61"
33
lazy = true
44

55
[[brainflow.download]]
6-
sha256 = "e2a6b4f66b0f8917c4a91e6c15241ae6a294acd98e90d50fac7cf65ba5a1cf09"
7-
url = "https://github.com/brainflow-dev/brainflow/releases/download/5.20.1/compiled_libs.tar"
6+
sha256 = "60ca383b5ae3862929bda7f96e06b02056de756e76a6cc606bfa9fc308b88fb3"
7+
url = "https://github.com/brainflow-dev/brainflow/releases/download/5.21.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 <andrey@brainflow.org>"]
4-
version = "5.20.1"
4+
version = "5.21.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.20.1/compiled_libs.tar"
3+
url = "https://github.com/brainflow-dev/brainflow/releases/download/5.21.0/compiled_libs.tar"
44
return url
55
end

0 commit comments

Comments
 (0)