From a67791460ae24e505fc31bcf0d6d12b3579f4596 Mon Sep 17 00:00:00 2001 From: Yasutanium Date: Fri, 4 Aug 2023 00:18:45 +0900 Subject: [PATCH] v2.1.0 --- pyproject.toml | 2 +- samples/v1/output.bash | 2 +- samples/v1/output.zsh | 2 +- samples/v2/output.bash | 2 +- samples/v2/output.zsh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 026b0a0..57cf72c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cmdcomp" -version = "2.0.6" +version = "2.1.0" description = "cmdcomp is a cli tool completion generator for shell." authors = ["Yasutanium "] readme = "README.md" diff --git a/samples/v1/output.bash b/samples/v1/output.bash index f7479b0..1c11286 100644 --- a/samples/v1/output.bash +++ b/samples/v1/output.bash @@ -1,6 +1,6 @@ #!/bin/bash # -# Code generated by cmdcomp "2.0.6". DO NOT EDIT. +# Code generated by cmdcomp "2.1.0". DO NOT EDIT. # For more information about cmdcomp, please refer to https://github.com/yassun4dev/cmdcomp . # diff --git a/samples/v1/output.zsh b/samples/v1/output.zsh index 3f61487..c086dd2 100644 --- a/samples/v1/output.zsh +++ b/samples/v1/output.zsh @@ -1,6 +1,6 @@ #!/bin/zsh # -# Code generated by cmdcomp "2.0.6". DO NOT EDIT. +# Code generated by cmdcomp "2.1.0". DO NOT EDIT. # For more information about cmdcomp, please refer to https://github.com/yassun4dev/cmdcomp . # diff --git a/samples/v2/output.bash b/samples/v2/output.bash index 8bcd5f0..faeb6c0 100644 --- a/samples/v2/output.bash +++ b/samples/v2/output.bash @@ -1,6 +1,6 @@ #!/bin/bash # -# Code generated by cmdcomp "2.0.6". DO NOT EDIT. +# Code generated by cmdcomp "2.1.0". DO NOT EDIT. # For more information about cmdcomp, please refer to https://github.com/yassun4dev/cmdcomp . # diff --git a/samples/v2/output.zsh b/samples/v2/output.zsh index e7bb3e9..297bc8d 100644 --- a/samples/v2/output.zsh +++ b/samples/v2/output.zsh @@ -1,6 +1,6 @@ #!/bin/zsh # -# Code generated by cmdcomp "2.0.6". DO NOT EDIT. +# Code generated by cmdcomp "2.1.0". DO NOT EDIT. # For more information about cmdcomp, please refer to https://github.com/yassun4dev/cmdcomp . #