Skip to content

Commit f46fb88

Browse files
committed
bump julia version
Signed-off-by: Andrey Parfenov <a1994ndrey@gmail.com>
1 parent b42f827 commit f46fb88

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

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

55
[[brainflow.download]]
6-
sha256 = "657a8bfa23b6e496b71129510cd540a419a80d7b2510a6e6d80bb6a9e0dee230"
7-
url = "https://github.com/brainflow-dev/brainflow/releases/download/5.12.1/compiled_libs.tar"
6+
sha256 = "3f0ec287afec2f8aeaeb4124a129bc45611a4358c37580424fd963cf4aa882e3"
7+
url = "https://github.com/brainflow-dev/brainflow/releases/download/5.13.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.12.1"
4+
version = "5.13.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.12.1/compiled_libs.tar"
3+
url = "https://github.com/brainflow-dev/brainflow/releases/download/5.13.0/compiled_libs.tar"
44
return url
55
end

0 commit comments

Comments
 (0)