From 10a570a35b6bf865d5265d80567c76203094964c Mon Sep 17 00:00:00 2001 From: Douglas Gubert Date: Tue, 27 Oct 2020 16:42:24 -0300 Subject: [PATCH] 1.7.0 --- README.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 63f60d8..2f2aeca 100644 --- a/README.md +++ b/README.md @@ -93,4 +93,4 @@ For uploading the app you need add to the required parameters in the .rcappsconf ### Enabling autocomplete for commands -To enable autocomplete for the apps cli use the command `rc-apps autocomplete ` with the shell type as zsh or bash as the supported types. This would provide a step by step instruction to enable shell completion in your preferred shell. +To enable autocomplete for the apps cli use the command `rc-apps autocomplete ` with the shell type as zsh or bash as the supported types. This would provide a step by step instruction to enable shell completion in your preferred shell. diff --git a/package-lock.json b/package-lock.json index fa7a46c..16e10fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/apps-cli", - "version": "1.6.0", + "version": "1.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f57aa98..c607ecf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@rocket.chat/apps-cli", "description": "The CLI tool for helping with Rocket.Chat Apps.", - "version": "1.6.0", + "version": "1.7.0", "author": "Rocket.Chat ", "preferGlobal": true, "bin": { -- GitLab