diff --git a/README.md b/README.md index b8393b4..785e68c 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,10 @@ - +![NPM Version](https://img.shields.io/npm/v/spread-diff-patch) +![NPM Downloads](https://img.shields.io/npm/dm/spread-diff-patch) [![Build Status](https://github.com/dev-DTECH/spread-diff-patch/actions/workflows/node.js.yml/badge.svg)](https://github.com/dev-DTECH/spread-diff-patch/actions/workflows/node.js.yml) + ## Overview diff --git a/package.json b/package.json index 217374f..fd10220 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spread-diff-patch", - "version": "1.2.1", + "version": "1.2.2", "description": "Diff & patch SpreadSheet files", "main": "./lib/index.js", "module": "./lib/index.mjs",