From 14ee54bbd7f3299b1f239eb24470b45ec836f778 Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Thu, 10 Feb 2022 11:20:36 +0100 Subject: [PATCH] Minor version increased, abreviated command: myv --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 08a5789..fe254b1 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,13 @@ { "name": "myvc", - "version": "1.2.9", + "version": "1.3.0", "author": "Verdnatura Levante SL", "description": "MySQL Version Control", "license": "GPL-3.0", - "bin": "cli.js", + "bin": { + "myvc": "cli.js", + "myv": "cli.js" + }, "repository": { "type": "git", "url": "https://github.com/verdnatura/myvc.git"