Version update

This commit is contained in:
Zoraiz 2021-06-05 23:30:42 +05:00
parent 8f46492eda
commit d3f8df41cb
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ var (
rootCmd = &cobra.Command{
Use: "ascii-image-converter [image paths/urls]",
Short: "Converts images into ascii art",
Version: "1.3.2",
Version: "1.3.3",
Long: "This tool converts images into ascii art and prints them on the terminal.\nFurther configuration can be managed with flags.",
// Not RunE since help text is getting larger and seeing it for every error impacts user experience

View File

@ -1,6 +1,6 @@
name: ascii-image-converter
base: core18
version: "1.3.2"
version: "1.3.3"
summary: Converts images into ascii art
description: |
This tool converts images into ascii format and prints them onto the terminal window.