Skip to content

Commit

Permalink
CompatHelper: bump compat for HTTP to 1, (keep existing compat) (#72)
Browse files Browse the repository at this point in the history
* CompatHelper: bump compat for HTTP to 1, (keep existing compat)

* Bump version

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: David Widmann <[email protected]>
  • Loading branch information
3 people authored Aug 16, 2023
1 parent d5847b5 commit 4f33b63
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 = "SMARTAppLaunch"
uuid = "d2818e16-7729-416e-a683-becc19f3d01b"
authors = ["Dilum Aluthge", "contributors"]
version = "3.0.0"
version = "3.1.0"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand All @@ -12,7 +12,7 @@ JSONWebTokens = "9b8beb19-0777-58c6-920b-28f749fee4d3"
URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"

[compat]
HTTP = "0.9.3"
HTTP = "0.9.3, 1"
HealthBase = "1.0.1"
JSON3 = "1.5.1"
JSONWebTokens = "1"
Expand Down

4 comments on commit 4f33b63

@devmotion
Copy link
Member

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.

Error while trying to register: Register Failed
@devmotion, it looks like you are not a publicly listed member/owner in the parent organization (JuliaHealth).
If you are a member/owner, you will need to change your membership to public. See GitHub Help

@devmotion
Copy link
Member

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

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 v3.1.0 -m "<description of version>" 4f33b633e2647dc717907136e3199a23bfceaf57
git push origin v3.1.0

Please sign in to comment.