Skip to content

Commit

Permalink
ca avance
Browse files Browse the repository at this point in the history
  • Loading branch information
mackoj committed Oct 20, 2022
1 parent e3f8e6c commit 800baed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/mackoj/SchemeGenerator.git",
"state" : {
"revision" : "07a8022ab0a2ed7b51529f7464e4c0cd153c3d1c",
"version" : "0.1.0"
"revision" : "ad98c95d3e1a31e1d91f8fc3d0d3904fadd570ce",
"version" : "0.3.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import PackageDescription
let package = Package(
name: "SchemeGeneratorPlugin",
products: [
.plugin(name: "Scheme Generator", targets: ["SchemeGeneratorPlugin"]),
.plugin(name: "SchemeGeneratorPlugin", targets: ["SchemeGeneratorPlugin"]),
],
dependencies: [
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.1.2"),
Expand Down

0 comments on commit 800baed

Please sign in to comment.