Skip to content

Commit 4643319

Browse files
committed
chore: bump version to 1.2.1
1 parent 459cb5d commit 4643319

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Add to `~/Library/Application Support/Claude/claude_desktop_config.json`:
113113
{
114114
"mcpServers": {
115115
"imessage": {
116-
"command": "/opt/homebrew/Cellar/imessage-max/1.0.0/bin/imessage-max"
116+
"command": "/opt/homebrew/Cellar/imessage-max/VERSION/bin/imessage-max"
117117
}
118118
}
119119
}

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": "0.2",
33
"name": "imessage-max",
4-
"version": "0.4.4",
4+
"version": "1.2.1",
55
"display_name": "iMessage Max",
66
"description": "Intent-aligned MCP server for iMessage on macOS. Read, search, and send messages with contact resolution and attachment support.",
77
"long_description": "iMessage Max provides intent-aligned tools for AI assistants to interact with your iMessage conversations. Features include contact name resolution, session grouping, full-text search, exact chat targeting, and attachment sending with transfer-aware confirmation semantics.",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "imessage-max"
7-
version = "0.4.4"
7+
version = "1.2.1"
88
description = "Intent-aligned MCP server for iMessage"
99
readme = "README.md"
1010
requires-python = ">=3.10"

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"url": "https://github.com/cyberpapiii/imessage-max",
88
"source": "github"
99
},
10-
"version": "0.4.4",
10+
"version": "1.2.1",
1111
"packages": [
1212
{
1313
"registryType": "pypi",
1414
"identifier": "imessage-max",
15-
"version": "0.4.4",
15+
"version": "1.2.1",
1616
"runtimeHint": "uvx",
1717
"transport": {
1818
"type": "stdio"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Foundation
22

33
enum Version {
4-
static let current = "1.2.0"
4+
static let current = "1.2.1"
55
static let name = "iMessage Max"
66
}

0 commit comments

Comments
 (0)