From 81be17989232a983600269b676f4d5333728f5f4 Mon Sep 17 00:00:00 2001 From: Masoud Ghorbani Date: Thu, 2 Jan 2025 17:37:49 +0100 Subject: [PATCH 1/2] docs: update README to include NPM license badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12f2f53..863e8bf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Obsidian Vaults Manager [![NPM Version](https://img.shields.io/npm/v/ovm)](http://npmjs.com/package/ovm) [![GitHub License](https://img.shields.io/github/license/msudgh/ovm)](LICENSE) [![GitHub Actions Test Workflow Status](https://github.com/msudgh/ovm/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/msudgh/ovm/actions/workflows/test.yml) [![codecov](https://codecov.io/github/msudgh/ovm/graph/badge.svg?token=KRTJMP2CY5)](https://codecov.io/github/msudgh/ovm) +# Obsidian Vaults Manager [![NPM Version](https://img.shields.io/npm/v/ovm)](http://npmjs.com/package/ovm) ![NPM License](https://img.shields.io/npm/l/ovm) [![GitHub Actions Test Workflow Status](https://github.com/msudgh/ovm/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/msudgh/ovm/actions/workflows/test.yml) [![codecov](https://codecov.io/github/msudgh/ovm/graph/badge.svg?token=KRTJMP2CY5)](https://codecov.io/github/msudgh/ovm) OVM is a CLI application designed to independently streamline management of vaults and plugins for Obsidian end-users by enhancing productivity and efficiency. From f191d987fc28ad76c39eb1ab29590ccfb41bf19c Mon Sep 17 00:00:00 2001 From: Masoud Ghorbani Date: Thu, 2 Jan 2025 17:38:11 +0100 Subject: [PATCH 2/2] 0.6.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8670b3d..b18cf97 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "ovm", "description": "Obsidian Vaults Manager", "type": "commonjs", - "version": "0.6.0", + "version": "0.6.1", "license": "GPL-3.0-only", "author": "Masoud Ghorbani", "homepage": "https://github.com/msudgh/ovm",