Skip to content

Commit 053376a

Browse files
committed
bump julia version
Signed-off-by: Andrey Parfenov <[email protected]>
1 parent f572be4 commit 053376a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[brainflow]
2-
git-tree-sha1 = "ce431b33927362b650ed2dde513e454ce6a0f3de"
2+
git-tree-sha1 = "ea057f28faf163334c735efba1128cae295cb032"
33
lazy = true
44

55
[[brainflow.download]]
6-
sha256 = "2cc0681ca4f36051d15af4a29f2a61c685125a5cb1e3bb7dca02862da3075779"
7-
url = "https://github.com/brainflow-dev/brainflow/releases/download/5.6.3/compiled_libs.tar"
6+
sha256 = "91cd2f2a91d6c0f790db63cde4e54b950844e58f9c09ad601431d1e1956b63fb"
7+
url = "https://github.com/brainflow-dev/brainflow/releases/download/5.7.0/compiled_libs.tar"

julia_package/brainflow/Project.toml

+1-1
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.6.3"
4+
version = "5.7.0"
55

66
[deps]
77
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
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.6.3/compiled_libs.tar"
3+
url = "https://github.com/brainflow-dev/brainflow/releases/download/5.7.0/compiled_libs.tar"
44
return url
55
end

0 commit comments

Comments
 (0)