Skip to content

Commit

Permalink
Merge pull request #888 from Infomaniak/bump-version
Browse files Browse the repository at this point in the history
chore: Bump version to 1.0.3
  • Loading branch information
PhilippeWeidmann committed Jul 19, 2023
2 parents 76b5626 + 7cf5ab7 commit 8831e3e
Showing 1 changed file with 1 addition and 1 deletion.
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.2")
.marketingVersion("1.0.3")
.automaticCodeSigning(devTeam: "864VDCS2QY")

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

0 comments on commit 8831e3e

Please sign in to comment.