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 a3d5970 commit 7550b89Copy full SHA for 7550b89
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.1"
+ public static let version = "0.0.2"
18
}
19
20
/// A simple repeating timer that runs a task at a specified interval.
0 commit comments