Skip to content

Commit

Permalink
Update to 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
yume190 committed Feb 10, 2022
1 parent 3c3d647 commit 195f7f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 0.2.5
VERSION = 0.2.6

include SourceKitten.mk
include TypeFill.mk
Expand Down
2 changes: 1 addition & 1 deletion Sources/LeakDetect/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ struct Command: ParsableCommand {
* assign: detect assign instance function `x = self.func` or `y(self.func)`.
* capture: detect `self` capture in closure.
""",
version: "0.2.5"
version: "0.2.6"
)

@Flag(name: [.customLong("verbose", withSingleDash: false), .short], help: "print inpect time")
Expand Down
2 changes: 1 addition & 1 deletion Sources/TypeFill/Command/TypeFill.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public struct TypeFill: ParsableCommand {
public static var configuration: CommandConfiguration = CommandConfiguration(
commandName: "typefill",
abstract: "A utility for fill swift types.",
version: "0.2.5",
version: "0.2.6",
subcommands: [XCode.self, SingleFile.self, SPMModule.self, WorkSpace.self, Project.self],
defaultSubcommand: XCode.self
)
Expand Down

0 comments on commit 195f7f4

Please sign in to comment.