Skip to content

Commit

Permalink
Allow JSON v0.21 and bump version to 5.1.3. (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre committed Oct 30, 2019
1 parent bad090e commit 3b28dfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "GitHub"
uuid = "bc5e4493-9b4d-5f90-b8aa-2b2bcaad7a26"
version = "5.1.2"
version = "5.1.3"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand All @@ -12,7 +12,7 @@ Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"

[compat]
HTTP = "0.8"
JSON = "0.19, 0.20"
JSON = "0.19, 0.20, 0.21"
MbedTLS = "0.6, 0.7"
julia = "0.7, 1"

Expand Down

2 comments on commit 3b28dfd

@fredrikekre
Copy link
Member 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/4884

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v5.1.3 -m "<description of version>" 3b28dfded544f676b012246dc4f4cccfb8af2e44
git push origin v5.1.3

Please sign in to comment.