diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fdbe13..1786ec9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## v1.0.1 - 2024-06-05 + +Fix version number returned by `--version`. + ## v1.0.0 - 2024-05-17 Initial release. diff --git a/save_safari_webarchive.swift b/save_safari_webarchive.swift index becadb8..5de6346 100755 --- a/save_safari_webarchive.swift +++ b/save_safari_webarchive.swift @@ -19,7 +19,7 @@ import WebKit -let SCRIPT_VERSION = "0.9" +let SCRIPT_VERSION = "1.0.1" /// Print an error message and terminate the process if there are /// any errors while loading a page.