Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
foldfelis authored Feb 20, 2022
1 parent 684b088 commit 713d410
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 = "Fetch"
uuid = "bb354801-46f6-40b6-9c3d-d42d7a74c775"
authors = ["JingYu Ning <[email protected]> and contributors"]
version = "0.1.2"
version = "0.1.3"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand All @@ -14,7 +14,7 @@ StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4"
DataDeps = "0.7"
HTTP = "0.9"
JSON3 = "1.9"
StructTypes = "1.7"
StructTypes = "1.8"
julia = "1.6"

[extras]
Expand Down

3 comments on commit 713d410

@foldfelis
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/55019

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.1.3 -m "<description of version>" 713d410b8ddfb49b62d3a9f86996aa6e8946825a
git push origin v0.1.3

@foldfelis
Copy link
Owner Author

Choose a reason for hiding this comment

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

Please sign in to comment.