Skip to content

Commit

Permalink
Bump version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nef10 committed May 29, 2021
1 parent c079369 commit e170a4d
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.2",
version: "0.0.3",
subcommands: [ListCommand.self, UpdateCommand.self, GitHubCommand.self],
defaultSubcommand: UpdateCommand.self

Expand Down

0 comments on commit e170a4d

Please sign in to comment.