Skip to content

Commit

Permalink
Bump for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick-Kladek committed May 16, 2022
1 parent ab358ce commit e765979
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Screenshot Framer CLI/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ struct ScreenshotFramer: ParsableCommand {

static let configuration = CommandConfiguration(
abstract: "A Swift command-line tool to frame localised screenshots for the AppStore",
version: "2.0",
version: "2.0.1",
subcommands: [Export.self, Website.self])

init() { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ final class TimeTravelWindowController: NSWindowController {

override var document: AnyObject? {
get { return nil }
set {} // swiftlint:disable:this unused_setter_value
set {}
}


Expand Down

0 comments on commit e765979

Please sign in to comment.