Skip to content

Commit 024899b

Browse files
authored
Merge pull request #23 from leferrad/release/1.3.0
Release v1.3.0
2 parents 147b368 + ef8a3e6 commit 024899b

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 = "OCReract"
22
uuid = "c9880795-194d-450c-832d-1e8a03a8ecd1"
33
authors = ["Leandro Ferrado"]
4-
version = "1.2.0"
4+
version = "1.3.0"
55

66
[deps]
77
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Building the documentation
1313

1414
The documentation is built using the following command:
1515

16-
```julia
17-
julia --project=. --color=yes make.jl
16+
```bash
17+
julia --project=../. --color=yes make.jl
1818
```
1919

2020
The compiled documents can be viewed at `build/index.html`.

0 commit comments

Comments
 (0)