Skip to content

Commit

Permalink
Bump Logdog from 0.2.0 to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uhooi committed Apr 20, 2024
1 parent a5b21d4 commit d93f68e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Loki.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "5c355bb964e4d700868e085dcb7bafa860fe89cfa2a3098d390e6b6f010261d8",
"originHash" : "c8222e67b71e52ad42dbe97f9f64a00f8f9ca10eb16c103f0fcf6981ae37efd9",
"pins" : [
{
"identity" : "licensesplugin",
Expand All @@ -15,8 +15,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/uhooi/Logdog.git",
"state" : {
"revision" : "1f09fa30880353cdaa5ef9fa1d67f5409ddd271f",
"version" : "0.2.0"
"revision" : "bc02bf2122f9da59e99710d1abb5e55fe40c950b",
"version" : "0.3.0"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions LokiPackage/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import PackageDescription

private extension PackageDescription.Target.Dependency {
static let algorithms: Self = .product(name: "Algorithms", package: "swift-algorithms")
static let logdogUI: Self = .product(name: "LogdogUI", package: "Logdog")
static let playbook: Self = .product(name: "Playbook", package: "playbook-ios")
static let playbookUI: Self = .product(name: "PlaybookUI", package: "playbook-ios")
static let logdogUI: Self = .product(name: "LogdogUI", package: "Logdog")
}

private extension PackageDescription.Target.PluginUsage {
Expand Down Expand Up @@ -59,8 +59,8 @@ let package = Package(
dependencies: [
// Libraries
.package(url: "https://github.com/apple/swift-algorithms.git", from: "1.0.0"),
.package(url: "https://github.com/uhooi/Logdog.git", from: "0.3.0"),
.package(url: "https://github.com/playbook-ui/playbook-ios.git", from: "0.3.2"),
.package(url: "https://github.com/uhooi/Logdog.git", from: "0.2.0"),

// Plugins
.package(url: "https://github.com/maiyama18/LicensesPlugin", from: "0.1.5"),
Expand Down

0 comments on commit d93f68e

Please sign in to comment.