Skip to content

Commit

Permalink
Version 1.6.0 (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
VerifiedJoseph authored Oct 2, 2023
1 parent d7e3aca commit 16515bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ version: '3'

services:
app:
image: ghcr.io/verifiedjoseph/intruder-alert:1.5.0
image: ghcr.io/verifiedjoseph/intruder-alert:1.6.0
container_name: intruder-alert
environment:
- IA_TIMEZONE=Europe/London
Expand Down
2 changes: 1 addition & 1 deletion backend/include/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
/**
* @const VERSION Intruder Alert version
*/
define('VERSION', '1.5.0');
define('VERSION', '1.6.0');
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
app:
image: ghcr.io/verifiedjoseph/intruder-alert:1.5.0
image: ghcr.io/verifiedjoseph/intruder-alert:1.6.0
container_name: intruder-alert
environment:
- IA_TIMEZONE=Europe/London
Expand Down

0 comments on commit 16515bb

Please sign in to comment.