Updated version

This commit is contained in:
Zoraiz 2021-05-25 00:58:12 +05:00
parent d245b12fdd
commit 8e853d5b21
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
pics/ pics/
build/ build/
snap/

View File

@ -53,7 +53,7 @@ var (
rootCmd = &cobra.Command{ rootCmd = &cobra.Command{
Use: "ascii-image-converter [image path]", Use: "ascii-image-converter [image path]",
Short: "Converts images into ascii format", Short: "Converts images into ascii format",
Version: "1.2.0", Version: "1.2.1",
Example: " ascii-image-converter myImage.jpeg\n\n" + Example: " ascii-image-converter myImage.jpeg\n\n" +
"For further details, visit https://github.com/TheZoraiz/ascii-image-converter", "For further details, visit https://github.com/TheZoraiz/ascii-image-converter",
Long: `This tool converts images into ascii format and prints them onto the terminal window. Further configuration can be managed with flags`, Long: `This tool converts images into ascii format and prints them onto the terminal window. Further configuration can be managed with flags`,