Skip to content

Commit

Permalink
update: Contribute dependency to 1.0.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
devahmedshendy committed Sep 6, 2023
1 parent acad978 commit 13f9567
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 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/brightdigit/Contribute.git",
"state" : {
"branch" : "1.0.0-alpha.3",
"revision" : "136c566f0f5c893547a8158878d15634d3652553"
"branch" : "1.0.0-alpha.4",
"revision" : "cd366bbeceed5ad30fe7c3c604b0400615c5149e"
}
},
{
Expand Down
7 changes: 5 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@ let package = Package(
name: "ContributeWordPress",
targets: ["ContributeWordPress"]
),
.executable(name: "wpublish", targets: ["wpublish"])
.executable(
name: "wpublish",
targets: ["wpublish"]
)
],
dependencies: [
.package(
url: "https://github.com/brightdigit/Contribute.git",
branch: "1.0.0-alpha.3"
branch: "1.0.0-alpha.4"
),
.package(
url: "https://github.com/brightdigit/SyndiKit.git",
Expand Down

0 comments on commit 13f9567

Please sign in to comment.