Skip to content

Commit

Permalink
Update version nr
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon-b-m committed Nov 22, 2023
1 parent cf5d562 commit cb57797
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 = 2.2.5
APP_VERSION = 2.2.6
APP_BUILD_NUMBER = 1
COPYRIGHT_NOTICE =
DEVELOPER_TEAM = ##TEAM_ID##
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ final class BaseUserNotificationsManager: NSObject, UserNotificationsManager, In
}
}
}

private func glucoseText(glucoseValue: Int, delta: Int?, direction: BloodGlucose.Direction?) -> String {
let units = settingsManager.settings.units
let glucoseText = glucoseFormatter
Expand Down

0 comments on commit cb57797

Please sign in to comment.