Skip to content

Commit

Permalink
update HTTP.jl version
Browse files Browse the repository at this point in the history
  • Loading branch information
pszufe committed Aug 13, 2022
1 parent f006eef commit ef7e8ed
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,7 +1,7 @@
name = "OpenStreetMapX"
uuid = "86cd37e6-c0ff-550b-95fe-21d72c8d4fc9"
authors = ["Przemyslaw Szufel <[email protected]>", "Bartosz Pankratz <[email protected]>", "Anna Szczurek <[email protected]>", "Bogumil Kaminski <[email protected]>", "Pawel Pralat <[email protected]>"]
version = "0.3.2"
version = "0.3.3"

[deps]
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"
Expand All @@ -20,7 +20,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
CodecZlib = "^0.7.0"
DataStructures = "^0.17.0, ^0.18.0"
HTTP = "^0.7.0, ^0.8.0, ^0.9.0"
HTTP = "^0.7.0, ^0.8.0, ^0.9.0, ^1.2.0"
JSON = "^0.20.0, ^0.21.0"
LibExpat = "^0.6.1"
Graphs = "^1.4.1"
Expand Down

2 comments on commit ef7e8ed

@pszufe
Copy link
Owner Author

@pszufe pszufe commented on ef7e8ed Aug 13, 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/66183

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.3.3 -m "<description of version>" ef7e8ed43c82727620c9cacde5c2ef2b10b9d367
git push origin v0.3.3

Please sign in to comment.