Skip to content

Commit

Permalink
Fix UUID (#68)
Browse files Browse the repository at this point in the history
* Fix UUID

* Fix UUID
  • Loading branch information
DilumAluthge authored Oct 29, 2020
1 parent 16364b6 commit 7c2b3f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "FHIRClient"
uuid = "36ce4777-55b4-4f29-9913-0d7de30fc7f6"
uuid = "b44d2ca2-8176-4fa9-8684-826e17b2a2da"
authors = ["Dilum Aluthge", "Rhode Island Quality Institute", "contributors"]
version = "0.3.0"

Expand Down
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
FHIRClient = "36ce4777-55b4-4f29-9913-0d7de30fc7f6"
FHIRClient = "b44d2ca2-8176-4fa9-8684-826e17b2a2da"
Generate = "ff303c0d-e9c7-476c-bf3b-b5f85c44159a"

2 comments on commit 7c2b3f5

@DilumAluthge
Copy link
Member 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/23859

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.0 -m "<description of version>" 7c2b3f596e458fbba9450742b6a99516c312f4a1
git push origin v0.3.0

Please sign in to comment.