Skip to content

Commit 2c15966

Browse files
flightlesstuxclaude
andcommitted
chore: sync all version fields to 1.1.1
package.json, plugin.json, and marketplace.json were all behind the latest npm/GitHub release tag v1.1.1. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 8a0b3ee commit 2c15966

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
},
88
"metadata": {
99
"description": "Automatic prompt caching for Claude Code. Cuts Anthropic API token costs by up to 90% with zero configuration.",
10-
"version": "1.0.0"
10+
"version": "1.1.1"
1111
},
1212
"plugins": [
1313
{
1414
"name": "prompt-caching",
1515
"source": "./",
1616
"description": "Automatic prompt caching for Claude Code. Intelligently injects cache_control markers into system prompts, tool definitions, and document context to achieve up to 90% reduction in repeated token costs.",
17-
"version": "1.0.0",
17+
"version": "1.1.1",
1818
"author": {
1919
"name": "Ercan Ermis",
2020
"email": "eposta@ercanermis.com"

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prompt-caching",
3-
"version": "0.1.0",
3+
"version": "1.1.1",
44
"description": "Automatic prompt caching for Claude Code. Cuts Anthropic API token costs by up to 90% with zero configuration.",
55
"author": "Ercan Ermis",
66
"homepage": "https://prompt-caching.ai",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prompt-caching-mcp",
3-
"version": "1.0.0",
3+
"version": "1.1.1",
44
"description": "Automatic prompt caching for Claude Code. Cuts token costs by up to 90%.",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)