Skip to content

Commit

Permalink
New version: v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
colinxs committed Jan 24, 2020
1 parent bae50c9 commit 103f5dc
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
name = "Shapes"
uuid = "175de200-b73b-11e9-28b7-9b5b306cec37"
authors = ["Colin Summers", "The Contributors of Shapes"]
version = "0.1.0"
version = "0.2.0"

[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
UnsafeArrays = "c4a57d5a-5b31-53a6-b365-19f8c011fbd6"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Adapt = "1"
MacroTools = "0.5.3"
Requires = "1"
StaticArrays = "0.12.1"
UnsafeArrays = "1"
julia = "1.3"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Requires = "1"
Adapt = "1"
MacroTools = "0.5.3"

[targets]
test = ["Test"]

0 comments on commit 103f5dc

Please sign in to comment.