Skip to content

Commit 98e0f2f

Browse files
committed
bump julia version
Signed-off-by: Andrey Parfenov <a1994ndrey@gmail.com>
1 parent 2c213d9 commit 98e0f2f

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 = "3dde952ba97adbf0e12b6ec7e0a74bc20fb95a9d"
2+
git-tree-sha1 = "c30f5e5851530c8d375b1c84d95a694686f1d725"
33
lazy = true
44

55
[[brainflow.download]]
6-
sha256 = "0413d7ae12be559abd2062285c6f206891a2288ba817acc8d91aa68ccc0bbec5"
7-
url = "https://github.com/brainflow-dev/brainflow/releases/download/4.3.2/compiled_libs.tar"
6+
sha256 = "7a9296ae93857e092f1c3eb387ae984cbe297118d506b4fcef536d059ff54e3f"
7+
url = "https://github.com/brainflow-dev/brainflow/releases/download/4.4.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 <a1994ndrey@gmail.com>"]
4-
version = "4.3.2"
4+
version = "4.4.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/4.3.2/compiled_libs.tar"
3+
url = "https://github.com/brainflow-dev/brainflow/releases/download/4.4.0/compiled_libs.tar"
44
return url
55
end

0 commit comments

Comments
 (0)