Skip to content

Commit

Permalink
Bump mist to version 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ninxsoft committed Oct 8, 2022
1 parent 7d20a61 commit adddf7a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Mist/Commands/Mist.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ struct Mist: ParsableCommand {
static let configuration: CommandConfiguration = CommandConfiguration(abstract: .abstract, discussion: .discussion, version: version(), subcommands: [ListCommand.self, DownloadCommand.self])

/// Current version.
private static let currentVersion: String = "1.9"
private static let currentVersion: String = "1.9.1"
/// Current version with error message when unable to lookup latest version.
private static var versionWithErrorMessage: String {
"\(currentVersion) (Unable to check for latest version)"
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@ mist download installer "macOS Monterey" application image iso package \

## Version History

- 1.9.1

- Firmware SHA-1 checksum validation is now working correctly again - thanks Nathan Pierce ([Norse Gaud](https://github.com/NorseGaud))!

- 1.9

- Added support for macOS Ventura 13
Expand Down

0 comments on commit adddf7a

Please sign in to comment.