Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/api/http_api.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Portal submits content into new blog post
=== Usage

==== API version
The latest version is `1.2.15`
The latest version is `1.3.0`

The current version can be queried via /api.

Expand Down
2 changes: 1 addition & 1 deletion doc/api/http_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Portal submits content into new blog post
## Usage

### API version
The latest version is `1.2.15`
The latest version is `1.3.0`

The current version can be queried via /api.

Expand Down
2 changes: 1 addition & 1 deletion doc/docker.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ If you are ok downloading a https://hub.docker.com/r/etherpad/etherpad[prebuilt
docker pull etherpad/etherpad

# gets a specific version
docker pull etherpad/etherpad:1.8.0
docker pull etherpad/etherpad:2.6.1
----

=== Build a personalized container
Expand Down
2 changes: 1 addition & 1 deletion doc/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ If you are ok downloading a [prebuilt image from Docker Hub](https://hub.docker.
docker pull etherpad/etherpad

# gets a specific version
docker pull etherpad/etherpad:1.8.0
docker pull etherpad/etherpad:2.6.1
```

## Build a personalized container
Expand Down
Loading