mirror of
https://github.com/samsonjs/Peekaboo.git
synced 2026-03-25 09:25:47 +00:00
First stable release of Peekaboo MCP with: - macOS 14.0+ support (lowered from 15.0) - Swift 6 with strict concurrency - Complete async/await implementation - Robust error handling - Universal binary for Intel and Apple Silicon 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
4 lines
124 B
Swift
4 lines
124 B
Swift
// This file is auto-generated by the build script. Do not edit manually.
|
|
enum Version {
|
|
static let current = "1.0.0"
|
|
}
|