Skip to content

Commit 385e8fe

Browse files
committed
Release 0.0.7
1 parent 7f31e6d commit 385e8fe

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.6"
17+
public static let version = "0.0.7"
1818
}
1919

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

0 commit comments

Comments
 (0)