We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f31e6d commit 385e8feCopy full SHA for 385e8fe
Sources/AsyncTimer/AsyncTimer.swift
@@ -14,7 +14,7 @@ import Foundation
14
15
public enum AsyncTimerInfo: Sendable {
16
/// Current AsyncTimer version.
17
- public static let version = "0.0.6"
+ public static let version = "0.0.7"
18
}
19
20
/// A simple repeating timer that runs a task at a specified interval.
0 commit comments