Skip to content

Commit 7b4a1aa

Browse files
authored
Docs: fix a typo (#33)
* Fix a typo * Update Project.toml * Fix the doctests
1 parent 97d1fde commit 7b4a1aa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OMOPCommonDataModel"
22
uuid = "ba65db9e-6590-4054-ab8a-101ed9124986"
33
authors = ["Dilum Aluthge", "Brown Center for Biomedical Informatics", "JuliaHealth", "contributors"]
4-
version = "0.1.0"
4+
version = "0.1.1"
55

66
[deps]
77
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"

docs/src/version.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ v"5.3.1"
2121
```
2222

2323
In order to see the current `OMOPCommonDataModel.jl` version, use the
24-
`OMOPCommonDataModel.cdm_version` function:
24+
`OMOPCommonDataModel.version` function:
2525

2626
```jldoctest
2727
julia> using OMOPCommonDataModel
2828
2929
julia> OMOPCommonDataModel.version()
30-
v"0.1.0"
30+
v"0.1.1"
3131
```
3232

3333
To see all versions of the Common Data Model, go to the

0 commit comments

Comments
 (0)