Skip to content

Commit

Permalink
chore: bump version to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
coolaj86 committed Aug 20, 2024
1 parent 8780c25 commit da174ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run-on-macos-screen-unlock.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import Foundation

let name = (CommandLine.arguments[0] as NSString).lastPathComponent
let version = "1.0.0"
let build = "2024-08-19-001"
let version = "1.0.1"
let build = "2024-08-20-001"
let author = "AJ ONeal <[email protected]>"

let versionMessage = "\(name) \(version) (\(build))"
Expand Down

0 comments on commit da174ea

Please sign in to comment.