Fix the version number
- ID
813f371- date
2024-06-05 09:10:24+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
dfcb598- message
Fix the version number For https://github.com/alexwlchan/safari-webarchiver/issues/11- changed files
2 files, 5 additions, 1 deletion
Changed files
CHANGELOG.md (54) → CHANGELOG.md (123)
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.
save_safari_webarchive.swift (3727) → save_safari_webarchive.swift (3729)
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.