Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nef10 committed May 23, 2021
1 parent a89ca94 commit 40d1c43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public struct SwiftDependencyUpdater: ParsableCommand {
public static var configuration = CommandConfiguration(
commandName: "swift-dependency-updater",
abstract: "A CLI tool to update Swift Pacakge Manager dependencies",
version: "0.0.1",
version: "0.0.2",
subcommands: [List.self, UpdateCommand.self],
defaultSubcommand: UpdateCommand.self

Expand Down

0 comments on commit 40d1c43

Please sign in to comment.