Skip to content

Commit

Permalink
Stable version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vnegi10 committed May 15, 2022
1 parent a2f558b commit 6eae42c
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 = "CoinbaseProExchange"
uuid = "06c3450d-869c-4596-88b4-6f9fb82f72bd"
authors = ["Vikas Negi <[email protected]>"]
version = "0.1.4"
version = "1.0.0"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand All @@ -21,4 +21,4 @@ HTTP = "0.9"
JSON = "0.21"
Nettle = "0.5"
Query = "1.0"
julia = "1.6"
julia = "1.6"

2 comments on commit 6eae42c

@vnegi10
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 register

Release notes:

  • Stable version 1.0.0

@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/60295

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.0 -m "<description of version>" 6eae42c5f8bbedc03847007bb5db2ca49ddfbd16
git push origin v1.0.0

Please sign in to comment.