Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmaykm authored May 24, 2022
1 parent 20a4845 commit 6c0b439
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
Expand Up @@ -3,7 +3,7 @@ uuid = "480116ec-64ea-5dec-baca-db6b11e96e37"
keywords = ["julia", "rest", "api"]
license = "MIT"
desc = "Julia package for deploying APIs"
version = "0.6.2"
version = "0.6.3"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand All @@ -14,7 +14,7 @@ Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
ZMQ = "c2297ded-f4af-51ae-bb23-16f91089e4e1"

[compat]
HTTP = "0.8"
HTTP = "0.8, 0.9"
ZMQ = "1.0, 1.1, 1.2"
JSON = "0.21"
julia = "1"
Expand Down

2 comments on commit 6c0b439

@tanmaykm
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/60927

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 v0.6.3 -m "<description of version>" 6c0b439f0379f0625a606cf802e02d72f69b51d5
git push origin v0.6.3

Please sign in to comment.