Skip to content

Commit 09abb3b

Browse files
committed
chore(release): bump version to 1.2.3
1 parent 57eef23 commit 09abb3b

6 files changed

Lines changed: 18 additions & 10 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/cdcx-core", "crates/cdcx-cli", "crates/cdcx-tui"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "1.2.2"
6+
version = "1.2.3"
77
edition = "2021"
88
license = "MIT OR Apache-2.0"
99
description = "Agent-first CLI for Crypto.com Exchange API v1"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cryptocom/cdcx-cli",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "MCP server for crypto.com exchange CLI",
55
"author": "Crypto.com",
66
"homepage": "https://github.com/crypto-com/cdcx-cli",

plugins/cdcx-cli/.claude-plugin/plugin.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cdcx-cli",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "Agent-first CLI for the Crypto.com Exchange API. Market data by default; live trading opt-in via API keys. Run 'cdcx mcp config --enable trade' to expand capabilities.",
55
"author": {
66
"name": "Crypto.com",
@@ -36,7 +36,11 @@
3636
"mcpServers": {
3737
"cdcx": {
3838
"command": "npx",
39-
"args": ["-y", "@cryptocom/cdcx-cli@latest", "mcp"],
39+
"args": [
40+
"-y",
41+
"@cryptocom/cdcx-cli@latest",
42+
"mcp"
43+
],
4044
"env": {
4145
"CDC_API_KEY": "${user_config.api_key}",
4246
"CDC_API_SECRET": "${user_config.api_secret}"

plugins/cdcx-cli/.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cdcx-cli",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "Agent-first CLI for the Crypto.com Exchange API. Market data by default; live trading opt-in via API keys. Run 'cdcx mcp config --enable trade' to expand capabilities.",
55
"author": {
66
"name": "Crypto.com",

plugins/cdcx-cli/.cursor-plugin/plugin.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cdcx-cli",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "Agent-first CLI for the Crypto.com Exchange API. Market data by default; live trading opt-in via API keys. Run 'cdcx mcp config --enable trade' to expand capabilities.",
55
"author": {
66
"name": "Crypto.com",
@@ -22,7 +22,11 @@
2222
"mcpServers": {
2323
"cdcx": {
2424
"command": "npx",
25-
"args": ["-y", "@cryptocom/cdcx-cli@latest", "mcp"]
25+
"args": [
26+
"-y",
27+
"@cryptocom/cdcx-cli@latest",
28+
"mcp"
29+
]
2630
}
2731
}
2832
}

0 commit comments

Comments
 (0)