diff --git a/Config.xcconfig b/Config.xcconfig index 5a0c9f6..2e821df 100644 --- a/Config.xcconfig +++ b/Config.xcconfig @@ -1,2 +1,2 @@ -MARKETING_VERSION = 2.8.1 -CURRENT_PROJECT_VERSION = 47 +MARKETING_VERSION = 2.9.0 +CURRENT_PROJECT_VERSION = 48 diff --git a/Intents Extension/Actions/GetHighResolutionTimestamp.swift b/Intents Extension/Actions/GetHighResolutionTimestamp.swift index 0e69aa7..1df7e2c 100644 --- a/Intents Extension/Actions/GetHighResolutionTimestamp.swift +++ b/Intents Extension/Actions/GetHighResolutionTimestamp.swift @@ -9,7 +9,7 @@ Returns a timestamp representing the current instant in nanoseconds. Example: 434055845120916 -The most common use-case is to substract two instances of this to get a highly accurate difference. +The most common use-case is to subtract two instances of this to get a highly accurate difference. The timestamp is not meant to be stored for a long time. It's only unique for the current computer session. """,