Skip to content

Commit

Permalink
fixed access modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Aug 9, 2024
1 parent 95dc941 commit e66ecb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/Sources/Parra/Managers/App Info/AppInfoManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ final class AppInfoManager {

/// Whether the app info manager has encountered a newer app version
/// during fetches.
private var isAwareOfNewerRelease = false
internal private(set) var isAwareOfNewerRelease = false

let appVersionCache = ParraUserDefaultsStorageModule<AppVersionInfo>(
key: Constant.appVersionKey,
Expand Down

0 comments on commit e66ecb2

Please sign in to comment.