Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
omochi committed Dec 21, 2022
1 parent 9b9fe88 commit 374c6dc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Docs/init.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Add `CodegenKit` as dependency of your project.
let package = Package(
...
dependencies: [
.package(url: "https://github.com/omochi/CodegenKit", from: "1.2.0")
.package(url: "https://github.com/omochi/CodegenKit", from: "1.2.1")
]
...
)
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ let package = Package(
name: "CodegenKitPlugin",
capability: .command(
intent: .custom(
verb: "codegenkit", description: "Use CodegenKit CLI"
verb: "codegen-kit", description: "Use CodegenKit CLI"
)
),
dependencies: [
Expand Down
2 changes: 1 addition & 1 deletion Sources/CodegenKit/Module.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
public enum Module {
public static let version = "1.2.0"
public static let version = "1.2.1"
}

2 changes: 1 addition & 1 deletion Tests/CodegenKitCLITests/ExampleManifesto.swift
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ let package = Package(

if hasCodegenKit {
lines.append("""
.package(url: "https://github.com/omochi/CodegenKit", from: "1.2.0"),
.package(url: "https://github.com/omochi/CodegenKit", from: "1.2.1"),
""")
}

Expand Down

0 comments on commit 374c6dc

Please sign in to comment.