Skip to content

Commit

Permalink
Merge pull request #867 from Infomaniak/bump-version
Browse files Browse the repository at this point in the history
chore: 1.0.2 + Update dependencies
  • Loading branch information
PhilippeWeidmann committed Jul 10, 2023
2 parents 010b88c + c95a1f6 commit df3f450
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions .package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/kean/Nuke",
"state" : {
"revision" : "f67266f176af4add9f7a7020486826d82d562473",
"version" : "12.1.2"
"revision" : "282b9562c84d76cebbbecd1cc3aaf430448a0cce",
"version" : "12.1.1"
}
},
{
Expand All @@ -157,17 +157,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/realm/realm-core.git",
"state" : {
"revision" : "f1434caadda443b4ed2261b91ea4f43ab1ee2aa5",
"version" : "13.15.1"
"revision" : "93cc224680a520a84e1c01aa8866042c52eb7958",
"version" : "13.15.0"
}
},
{
"identity" : "realm-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/realm/realm-swift",
"state" : {
"revision" : "b287dc102036ff425bd8a88483f0a5596871f05e",
"version" : "10.41.0"
"revision" : "2d7d1463a765c8835262dc09da83906e7cea166c",
"version" : "10.40.2"
}
},
{
Expand Down Expand Up @@ -237,17 +237,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/scinfu/SwiftSoup",
"state" : {
"revision" : "8b6cf29eead8841a1fa7822481cb3af4ddaadba6",
"version" : "2.6.1"
"revision" : "0e96a20ffd37a515c5c963952d4335c89bed50a6",
"version" : "2.6.0"
}
},
{
"identity" : "swiftui-introspect",
"kind" : "remoteSourceControl",
"location" : "https://github.com/siteline/SwiftUI-Introspect",
"state" : {
"revision" : "adb9e7a69fd75322dcdee0c20f2fb6640d6f0087",
"version" : "0.9.0"
"revision" : "dafd88cf0cc09d906dcef9d042743ae13fcff0d4",
"version" : "0.6.3"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import ProjectDescription
let deploymentTarget = DeploymentTarget.iOS(targetVersion: "15.0", devices: [.iphone, .ipad])
let baseSettings = SettingsDictionary()
.currentProjectVersion("1")
.marketingVersion("1.0.1")
.marketingVersion("1.0.2")
.automaticCodeSigning(devTeam: "864VDCS2QY")

let project = Project(name: "Mail",
Expand Down

0 comments on commit df3f450

Please sign in to comment.