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 . #