Skip to content

Commit cc17035

Browse files
authored
Merge pull request #14 from JuliaGeometry/sd/release
release
2 parents dfb0083 + 46282e4 commit cc17035

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Project.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
name = "GeometryBasics"
22
uuid = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
33
authors = ["SimonDanisch <[email protected]>"]
4-
version = "0.1.2"
4+
version = "0.1.3"
55

66
[deps]
77
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
88
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
99
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
1010

1111
[compat]
12-
julia = ">= 1.1"
12+
julia = "1.1"
13+
StructArrays = "0.3,0.4"
14+
StaticArrays = "0.12,0.1"
15+
Tables = "0.2"
1316

1417
[extras]
1518
Query = "1a8c2f83-1ff3-5112-b086-8aa67b057ba1"

0 commit comments

Comments
 (0)