Skip to content

Commit 1568144

Browse files
committed
Update Project.toml
1 parent 7cec2a7 commit 1568144

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "TORA"
22
uuid = "a6da6c0f-f153-4ec6-bf42-6dc0ab733f84"
33
authors = ["Henrique Ferrolho <[email protected]>"]
4-
version = "0.3.0"
4+
version = "0.3.1"
55

66
[deps]
77
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
@@ -30,7 +30,7 @@ Colors = "0.12, 0.13"
3030
ForwardDiff = "0.10"
3131
GeometryBasics = "0.4, 0.5"
3232
Ipopt = "1"
33-
MeshCat = "0.14, 0.15, 0.16, 1"
33+
MeshCat = "1"
3434
MeshCatMechanisms = "0.8, 0.9"
3535
NPZ = "0.4"
3636
Plots = "1"

notebooks/Example.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,15 +238,15 @@
238238
],
239239
"metadata": {
240240
"kernelspec": {
241-
"display_name": "Julia 1.10.2",
241+
"display_name": "Julia 1.11.1",
242242
"language": "julia",
243-
"name": "julia-1.10"
243+
"name": "julia-1.11"
244244
},
245245
"language_info": {
246246
"file_extension": ".jl",
247247
"mimetype": "application/julia",
248248
"name": "julia",
249-
"version": "1.10.2"
249+
"version": "1.11.1"
250250
}
251251
},
252252
"nbformat": 4,

notebooks/Tutorial.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,15 +128,15 @@
128128
],
129129
"metadata": {
130130
"kernelspec": {
131-
"display_name": "Julia 1.10.2",
131+
"display_name": "Julia 1.11.1",
132132
"language": "julia",
133-
"name": "julia-1.10"
133+
"name": "julia-1.11"
134134
},
135135
"language_info": {
136136
"file_extension": ".jl",
137137
"mimetype": "application/julia",
138138
"name": "julia",
139-
"version": "1.10.2"
139+
"version": "1.11.1"
140140
}
141141
},
142142
"nbformat": 4,

0 commit comments

Comments
 (0)