From 5d36b916f983037a2cea7f141df5d943af5127af Mon Sep 17 00:00:00 2001 From: Dirk Wilden Date: Fri, 14 Jun 2019 09:34:43 +0200 Subject: [PATCH] releases 0.1.3 --- README.md | 2 +- plugin.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 947a38c..604cfab 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ a helm plugin for documentation generation choose the variant needed and install with the following: ```bash -version=0.1.2 +version=0.1.3 #variant=Linux_x86_64 #variant=Linux_i386 #variant=Darwin_x86_64 diff --git a/plugin.yaml b/plugin.yaml index 1025ce0..df318c6 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ name: "doc" -version: "0.1.2" +version: "0.1.3" usage: "generate doc for helm chart" description: |- This plugin allows generating doc containing possible configurations of helm charts.