Skip to content

Commit 7ecb859

Browse files
authored
Merge pull request #155 from Hirobreak/v1.0.3
bump to version 1.0.3
2 parents a78662a + 031c669 commit 7ecb859

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

iOS-Email-Client/Controllers/SettingsGeneralViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class SettingsGeneralViewController: UITableViewController{
4242
let cell = tableView.dequeueReusableCell(withIdentifier: "settingsGeneralTap") as! GeneralTapTableCellView
4343
cell.messageLabel.text = ""
4444
guard text != "Version" else {
45-
cell.optionLabel.text = "Criptext Beta V.1.0.2"
45+
cell.optionLabel.text = "Criptext Beta V.1.0.3"
4646
cell.goImageView.isHidden = true
4747
return cell
4848
}

iOS-Email-Client/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.0.2</string>
20+
<string>1.0.3</string>
2121
<key>CFBundleURLTypes</key>
2222
<array>
2323
<dict>
@@ -30,7 +30,7 @@
3030
</dict>
3131
</array>
3232
<key>CFBundleVersion</key>
33-
<string>2</string>
33+
<string>1</string>
3434
<key>Fabric</key>
3535
<dict>
3636
<key>APIKey</key>

0 commit comments

Comments
 (0)