Skip to content

Commit

Permalink
Bump gotify/server version (2.2.4 => 2.2.5) (#239)
Browse files Browse the repository at this point in the history
* Update .devcontainer\docker-compose.yml
* Update .ci\docker-compose.yml
* Update README.md
  • Loading branch information
VerifiedJoseph authored Jun 27, 2023
1 parent 2f93277 commit c7cd5d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3"
services:
gotify:
container_name: ci_gotify
image: gotify/server:2.2.4
image: gotify/server:2.2.5
ports:
- "127.0.0.1:8080:80"
environment:
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:

gotify:
container_name: gotify
image: gotify/server:2.2.4
image: gotify/server:2.2.5
ports:
- "8080:80"
environment:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

PHP library for interacting with a [Gotify](https://github.com/gotify/server) server using the [Gotify REST-API](https://gotify.net/api-docs).

Supports Gotify server version 2.2.4.
Supports Gotify server version 2.2.5.

## Install

Expand Down

0 comments on commit c7cd5d1

Please # to comment.