Skip to content

Commit 2883439

Browse files
chore: bump version to 1.3.1 [skip ci]
1 parent 8cd5b77 commit 2883439

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

.cursor-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
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.3.0",
4+
"version": "1.3.1",
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",

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.3.1] - 2026-04-25
9+
10+
See [release notes](https://github.com/TMHSDigital/Docker-Developer-Tools/releases/tag/v1.3.1) for details.
11+
812
## [1.3.0] - 2026-04-25
913

1014
See [release notes](https://github.com/TMHSDigital/Docker-Developer-Tools/releases/tag/v1.3.0) for details.

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Docker Developer Tools integrates Docker and container workflows into AI-assiste
1212

1313
This is a monorepo - the skills, rules, and companion MCP server live in the same repository. Docker's API is local (Docker Engine socket / CLI), so one repo is simpler for users to install and maintain.
1414

15-
**Version:** 1.3.0
15+
**Version:** 1.3.1
1616
**License:** CC-BY-NC-ND-4.0
1717
**Author:** TMHSDigital
1818

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.3.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.3.1-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)