Skip to content

Commit

Permalink
Docs: Grammar fix (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Aug 3, 2020
1 parent c4b9abe commit 04663e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "FHIRClient"
uuid = "b44d2ca2-8176-4fa9-8684-826e17b2a2da"
authors = ["Dilum Aluthge", "Brown Center for Biomedical Informatics", "JuliaHealth", "contributors"]
version = "0.1.0"
version = "0.1.1"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand Down
4 changes: 2 additions & 2 deletions docs/src/versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ implemented in each version of the `FHIRClient.jl` Julia package.
| --------------- | ------------------ |
| 0.1.0 | R4 (4.0.1) |

In order to see the current FHIR version, use the
In order to see the current FHIR versions, use the
`FHIRClient.fhir_version` function:
```jldoctest
julia> using FHIRClient
Expand All @@ -27,7 +27,7 @@ In order to see the current `FHIRClient.jl` version, use the
julia> using FHIRClient
julia> FHIRClient.version()
v"0.1.0"
v"0.1.1"
```

To see all versions of the FHIR specification, go to the
Expand Down

2 comments on commit 04663e2

@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 register branch=master

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

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.1 -m "<description of version>" 04663e2a82a14e80288a83502c4f897cbd4572a3
git push origin v0.1.1

Please sign in to comment.