We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de0dc02 commit 39d6ab1Copy full SHA for 39d6ab1
2 files changed
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Change Log
2
3
+## [0.3.6-beta] - Mar 13, 2025
4
+- Added call to ResetTimer in the constructor so the TimeRemaining is set to the duration of the timer
5
+
6
## [0.3.5-beta] - Feb 27, 2025
7
- Fix for missing pre processor flag in the TimerService class
8
package.json
@@ -1,6 +1,6 @@
{
"name": "com.nonatomic.timers",
- "version": "0.3.5-beta",
+ "version": "0.3.6-beta",
"displayName": "Timers",
"description": "Timers",
"unity": "2022.3",
0 commit comments