Skip to content

Commit

Permalink
Merge pull request #26 from WeTransfer/feature/retarget-master
Browse files Browse the repository at this point in the history
Reference OctoKit master
  • Loading branch information
kairadiagne authored Feb 13, 2020
2 parents 96d8cf5 + 5361f7f commit 0dffdba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
// dev .package(path: "Submodules/WeTransfer-iOS-CI/Danger-Swift"),
// dev .package(url: "https://github.com/WeTransfer/Mocker.git", from: "2.1.0"),
// .package(url: "https://github.com/nerdishbynature/octokit.swift", from: "0.9.0"),
.package(url: "https://github.com/nerdishbynature/octokit.swift", .branch("feature/bugfixes")),
.package(url: "https://github.com/nerdishbynature/octokit.swift", .branch("master")),
.package(url: "https://github.com/apple/swift-package-manager.git", from: "0.1.0")
],
targets: [
Expand Down
2 changes: 1 addition & 1 deletion Sources/GitBuddyCore/GitBuddy.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import SPMUtility
/// Entry class of GitBuddy that registers commands and handles execution.
public enum GitBuddy {

public static let version = "2.1.0"
public static let version = "2.1.1"

@discardableResult public static func run(arguments: [String] = ProcessInfo.processInfo.arguments, environment: [String: String] = ProcessInfo.processInfo.environment, configuration: URLSessionConfiguration? = nil) throws -> String? {
Log.isVerbose = arguments.contains("--verbose")
Expand Down

0 comments on commit 0dffdba

Please sign in to comment.