Skip to content

Commit 58bd445

Browse files
committed
Update to 3.5.4
1 parent fe70965 commit 58bd445

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ addons:
1111
- ant
1212

1313
env:
14-
- DITA_OT=3.5.1
14+
- DITA_OT=3.5.4
1515

1616
before_install:
1717
- zip -r fox.jason.passthrough.doxygen.zip . -x *.zip* *.git/* *temp/* *out/*

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,19 +81,19 @@ DITA-OT version is therefore 3.3. It is recommended that you upgrade to the late
8181
The DITA-OT doxygen plug-in is a file reader for the DITA Open Toolkit.
8282
8383
- Full installation instructions for downloading DITA-OT can be found
84-
[here](https://www.dita-ot.org/3.5.1/topics/installing-client.html).
84+
[here](https://www.dita-ot.org/3.5.4/topics/installing-client.html).
8585
86-
1. Download the `dita-ot-3.5.1.zip` package from the project website at
86+
1. Download the `dita-ot-3.5.4.zip` package from the project website at
8787
[dita-ot.org/download](https://www.dita-ot.org/download)
8888
2. Extract the contents of the package to the directory where you want to install DITA-OT.
8989
3. **Optional**: Add the absolute path for the `bin` directory to the _PATH_ system variable.
9090
9191
This defines the necessary environment variable to run the `dita` command from the command line.
9292
9393
```console
94-
curl -LO https://github.com/dita-ot/dita-ot/releases/download/3.5.1/dita-ot-3.5.1.zip
95-
unzip -q dita-ot-3.5.1.zip
96-
rm dita-ot-3.5.1.zip
94+
curl -LO https://github.com/dita-ot/dita-ot/releases/download/3.5.4/dita-ot-3.5.4.zip
95+
unzip -q dita-ot-3.5.4.zip
96+
rm dita-ot-3.5.4.zip
9797
```
9898

9999
### Installing the Plug-in

0 commit comments

Comments
 (0)