Skip to content

Commit

Permalink
chore: Bump version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeWeidmann committed Jul 19, 2023
1 parent 76b5626 commit 7cf5ab7
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 7cf5ab7

Please sign in to comment.