Skip to content

Commit 60eef0b

Browse files
committed
Fixed: Issue where script would not run
1 parent cdeee1d commit 60eef0b

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
- none
1111

12+
## [1.3.3] - 2025-01-01
13+
14+
### Fixed
15+
16+
- Issue where script would not run
17+
1218
## [1.3.2] - 2024-12-30
1319

1420
### Fixed

noirwatch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
# App version and name
99
readonly APP_NAME="NoirWatch"
10-
readonly VERSION=1.3.2
11-
readonly LAST_UPDATED="2024-12-30"
10+
readonly VERSION=1.3.3
11+
readonly LAST_UPDATED="2025-01-01"
1212

1313
# TODO:
1414
# - Add more notification methods (email, slack, discord, etc.)

noirwatch.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH NOIRWATCH 1 "December 30, 2024" "NoirWatch 1.3.2" "User Commands"
1+
.TH NOIRWATCH 1 "January 1, 2025" "NoirWatch 1.3.3" "User Commands"
22
.SH NAME
33
NoirWatch \- Monitor specified websites for changes and send notifications.
44
.SH SYNOPSIS

0 commit comments

Comments
 (0)