Skip to content

Commit da174ea

Browse files
committed
chore: bump version to v1.0.1
1 parent 8780c25 commit da174ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run-on-macos-screen-unlock.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import Foundation
22

33
let name = (CommandLine.arguments[0] as NSString).lastPathComponent
4-
let version = "1.0.0"
5-
let build = "2024-08-19-001"
4+
let version = "1.0.1"
5+
let build = "2024-08-20-001"
66
let author = "AJ ONeal <aj@therootcompany.com>"
77

88
let versionMessage = "\(name) \(version) (\(build))"

0 commit comments

Comments
 (0)