File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments