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 3b2c51d commit 7394b4e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name = "UniversalLogger"
uuid = "5c5e3362-9445-4819-9f95-51c44c51adeb"
authors = ["Colin Summers", "The Contributors of UniversalLogger"]
version = "0.1.0"
version = "0.2.0"

[deps]
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
PushVectors = "36b54c61-190e-5a5f-82d5-6f0a962d7362"

[compat]
PushVectors = "0.2"
julia = "1.3"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"

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

[compat]
julia = "1.3"
PushVectors = "0.2"

[targets]
test = ["Test"]

0 comments on commit 7394b4e

Please sign in to comment.