Skip to content

Commit bcec57e

Browse files
chore: bump version to 1.1.0 [skip ci]
1 parent e1a533e commit bcec57e

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

.cursor-plugin/plugin.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docker-developer-tools",
33
"displayName": "Docker Developer Tools",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"description": "Docker and container workflows for Cursor, Claude Code, and MCP-compatible editors - 17 skills, 10 rules, and 150 MCP tools for building, debugging, optimizing, and managing Docker containers, images, networks, and volumes. Includes a companion MCP server (docker-mcp) for live Docker CLI integration.",
66
"author": {
77
"name": "TMHSDigital",
@@ -27,7 +27,11 @@
2727
"mcp"
2828
],
2929
"category": "developer-tools",
30-
"tags": ["docker", "containers", "devops"],
30+
"tags": [
31+
"docker",
32+
"containers",
33+
"devops"
34+
],
3135
"logo": "assets/logo.png",
3236
"skills": "./skills/",
3337
"rules": "./rules/"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</p>
1010

1111
<p align="center">
12-
<a href="https://github.com/TMHSDigital/Docker-Developer-Tools/releases/latest"><img src="https://img.shields.io/badge/version-1.0.0-0db7ed?style=flat-square" alt="Version" /></a>
12+
<a href="https://github.com/TMHSDigital/Docker-Developer-Tools/releases/latest"><img src="https://img.shields.io/badge/version-1.1.0-0db7ed?style=flat-square" alt="Version" /></a>
1313
<a href="https://github.com/TMHSDigital/Docker-Developer-Tools/releases/latest"><img src="https://img.shields.io/github/v/release/TMHSDigital/Docker-Developer-Tools?style=flat-square&color=0db7ed&label=release" alt="Release" /></a>
1414
<a href="https://www.npmjs.com/package/@tmhs/docker-mcp"><img src="https://img.shields.io/npm/v/@tmhs/docker-mcp?style=flat-square&color=066da5&label=npm" alt="npm" /></a>
1515
<a href="LICENSE"><img src="https://img.shields.io/badge/license-CC--BY--NC--ND--4.0-384d54?style=flat-square" alt="License" /></a>

0 commit comments

Comments
 (0)