Skip to content

Commit

Permalink
Fix the version number
Browse files Browse the repository at this point in the history
For #11
  • Loading branch information
alexwlchan committed Jun 5, 2024
1 parent dfcb598 commit 813f371
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion save_safari_webarchive.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 813f371

Please sign in to comment.