Skip to content

Commit

Permalink
Bump LicensesPlugin from 0.1.5 to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uhooi committed Aug 8, 2024
1 parent d0a091e commit 322bbdc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Loki.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"originHash" : "c8222e67b71e52ad42dbe97f9f64a00f8f9ca10eb16c103f0fcf6981ae37efd9",
"originHash" : "22a2102118aa255eed3187cf83740c85cc01b36b1d2d89683f34d4326b0a743a",
"pins" : [
{
"identity" : "licensesplugin",
"kind" : "remoteSourceControl",
"location" : "https://github.com/maiyama18/LicensesPlugin",
"state" : {
"revision" : "e7dbcda9f67fdd747c16244f97070a009205e814",
"version" : "0.1.5"
"revision" : "3061787a7eca7ba801d7a3abccfc077053e79d73",
"version" : "0.2.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion LokiPackage/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ let package = Package(
.package(url: "https://github.com/playbook-ui/playbook-ios.git", from: "0.3.2"),

// Plugins
.package(url: "https://github.com/maiyama18/LicensesPlugin", from: "0.1.5"),
.package(url: "https://github.com/maiyama18/LicensesPlugin", from: "0.2.0"),
],
targets: [
// App layer
Expand Down

0 comments on commit 322bbdc

Please sign in to comment.