Skip to content

Commit a95db42

Browse files
docs: update npm version badge to use shields.io for better cache management
- Replace badge.fury.io with img.shields.io for npm version badge - Fixes cached version display issue showing outdated v2.0.3 - Shields.io provides better cache invalidation for accurate version display - Badge now correctly reflects published v2.1.1 with configuration path fix
1 parent 0dede53 commit a95db42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dataproc MCP Server
22

3-
[![npm version](https://badge.fury.io/js/%40dipseth%2Fdataproc-mcp-server.svg)](https://badge.fury.io/js/%40dipseth%2Fdataproc-mcp-server)
3+
[![npm version](https://img.shields.io/npm/v/@dipseth/dataproc-mcp-server.svg)](https://www.npmjs.com/package/@dipseth/dataproc-mcp-server)
44
[![npm downloads](https://img.shields.io/npm/dm/@dipseth/dataproc-mcp-server.svg)](https://npmjs.org/package/@dipseth/dataproc-mcp-server)
55
[![Build Status](https://github.com/dipseth/dataproc-mcp/workflows/%F0%9F%94%84%20Continuous%20Integration/badge.svg)](https://github.com/dipseth/dataproc-mcp/actions)
66
[![Coverage Status](https://coveralls.io/repos/github/dipseth/dataproc-mcp/badge.svg?branch=main)](https://coveralls.io/github/dipseth/dataproc-mcp?branch=main)

0 commit comments

Comments
 (0)