Skip to main content

Pin the version at 0.9 for now

ID
08d21ae
date
2024-05-17 06:43:45+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
1c98771
message
Pin the version at 0.9 for now
changed files
1 file, 1 addition, 1 deletion

Changed files

save_safari_webarchive.swift (3727) → save_safari_webarchive.swift (3727)

diff --git a/save_safari_webarchive.swift b/save_safari_webarchive.swift
index dcbbc20..becadb8 100755
--- a/save_safari_webarchive.swift
+++ b/save_safari_webarchive.swift
@@ -19,7 +19,7 @@
 
 import WebKit
 
-let SCRIPT_VERSION = "1.0"
+let SCRIPT_VERSION = "0.9"
 
 /// Print an error message and terminate the process if there are
 /// any errors while loading a page.