Skip to content

Commit

Permalink
Add support for HTTP 1.0 (#40)
Browse files Browse the repository at this point in the history
* Add support for HTTP 1.0

* Update Project.toml
  • Loading branch information
odow authored Jun 27, 2022
1 parent b6fbdbf commit 36fda12
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,14 +1,14 @@
name = "JSONSchema"
uuid = "7d188eb4-7ad8-530c-ae41-71a32a6d4692"
version = "1.0.0"
version = "1.0.1"

[deps]
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"

[compat]
HTTP = "0.9"
HTTP = "0.9, 1"
JSON = "0.21"
OrderedCollections = "1"
URIs = "1"
Expand Down

2 comments on commit 36fda12

@odow
Copy link
Collaborator Author

@odow odow commented on 36fda12 Jun 27, 2022

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/63231

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.1 -m "<description of version>" 36fda125d5a61b74974c85bdae6b93091d57fb0c
git push origin v1.0.1

Please sign in to comment.