Skip to content

Commit

Permalink
Update version to 1.0.0, and require UnixTimes 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ancapdev committed Dec 9, 2020
1 parent b651c90 commit b9dcab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
@@ -1,7 +1,7 @@
name = "PcapTools"
uuid = "222fe7e8-3f39-464a-bf97-d9bbb753f246"
authors = ["Christian Rorvik <christian.rorvik@gmail.com>"]
version = "0.2.2"
version = "1.0.0"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand All @@ -10,7 +10,7 @@ UnixTimes = "ab1a18e7-b408-4913-896c-624bb82ed7f4"
UnsafeArrays = "c4a57d5a-5b31-53a6-b365-19f8c011fbd6"

[compat]
UnixTimes = "0.3, 0.4"
UnixTimes = "1"
UnsafeArrays = "1"
julia = "1.4"

Expand Down

2 comments on commit b9dcab7

@ancapdev
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/26113

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.0 -m "<description of version>" b9dcab74b1b0209180747284120a0119e9477bd3
git push origin v1.0.0

Please sign in to comment.