We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e84b5fb commit 6407923Copy full SHA for 6407923
1 file changed
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.1.0"
+ public static let version = "0.0.5"
18
}
19
20
/// A simple repeating timer that runs a task at a specified interval.
0 commit comments