Skip to content

Commit

Permalink
Bump ntfy server version (1.25.2 => 1.26.0) (#72)
Browse files Browse the repository at this point in the history
Commits:
* [README] Update supported ntfy server version (1.25.2 => 1.26.0)
* [.ci\docker-compose.yml] Bump binwiederhier/ntfy image version (1.25.2 => 1.26.0)
  • Loading branch information
VerifiedJoseph committed Jun 18, 2022
1 parent bf57222 commit 8f4fb87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/docker-compose.yml
Expand Up @@ -3,7 +3,7 @@ version: "3"
services:
ntfy:
container_name: ci_ntfy
image: binwiederhier/ntfy:v1.25.2
image: binwiederhier/ntfy:v1.26.0
command: serve
volumes:
- './ntfy-server.yml:/etc/ntfy/server.yml'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@

PHP library for sending messages using a [ntfy](https://github.com/binwiederhier/ntfy) server.

Supports ntfy server version 1.25.2.
Supports ntfy server version 1.26.0.

## Install

Expand Down

0 comments on commit 8f4fb87

Please sign in to comment.