Skip to content

Commit

Permalink
Upload fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon-b-m committed May 7, 2024
1 parent b0c569c commit b0079bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Config.xcconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
APP_DISPLAY_NAME = iAPS
APP_VERSION = 4.2.0
APP_VERSION = 4.2.1
APP_BUILD_NUMBER = 1
COPYRIGHT_NOTICE =
DEVELOPER_TEAM = ##TEAM_ID##
Expand Down
1 change: 1 addition & 0 deletions FreeAPS/Sources/APS/Storage/CoreDataStorage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,6 @@ final class CoreDataStorage {
saveStatsCoreData.lastrun = Date()
try? self.coredataContext.save()
}
UserDefaults.standard.set(false, forKey: IAPSconfig.newVersion)
}
}

0 comments on commit b0079bf

Please sign in to comment.