Skip to content

Commit 7550b89

Browse files
committed
Release 0.0.2
1 parent a3d5970 commit 7550b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AsyncTimer/AsyncTimer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import Foundation
1414

1515
public enum AsyncTimerInfo: Sendable {
1616
/// Current AsyncTimer version.
17-
public static let version = "0.0.1"
17+
public static let version = "0.0.2"
1818
}
1919

2020
/// A simple repeating timer that runs a task at a specified interval.

0 commit comments

Comments
 (0)