mirror of
https://github.com/gregtwallace/apc-p15-tool.git
synced 2025-05-12 18:19:44 +00:00
v1.2.2
This commit is contained in:
parent
124c06d8be
commit
86feabd939
2 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,12 @@
|
|||
# APC P15 Tool Changelog
|
||||
|
||||
## [v1.2.2] - 2025-04-22
|
||||
|
||||
All dependencies updated.
|
||||
|
||||
Add darwin arm64 and amd64 builds.
|
||||
|
||||
|
||||
## [v1.2.1] - 2025-03-17
|
||||
|
||||
Fix time check for UPS when it is set to GMT timezone.
|
||||
|
|
|
@ -12,7 +12,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
appVersion = "1.2.1"
|
||||
appVersion = "1.2.2"
|
||||
)
|
||||
|
||||
// struct for receivers to use common app pieces
|
||||
|
|
Loading…
Reference in a new issue