diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..973f941 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 35eb1dd..d7e830b 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -2,5 +2,6 @@ + \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index c4d6cdd..55c2401 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aarty" -version = "0.1.0" +version = "0.2.0" edition = "2021" authors = ["Anas Elgarhy "] description = "A simple CLI tool to convert the images to ASCII art" @@ -31,7 +31,7 @@ exclude = ["images/*"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -clap = { version = "4.0.8-rc.3", features = ["derive"] } +clap = { version = "4.0.12-rc.3", features = ["derive"] } colored = "2.0.0" image = "0.24.4" log = "0.4.17" diff --git a/archpackage/PKGBUILD b/archpackage/PKGBUILD index ed24dd9..a3fb7ca 100644 --- a/archpackage/PKGBUILD +++ b/archpackage/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Anas Elgarhy pkgname=aarty -pkgver=0.1.0 +pkgver=0.2.0 pkgrel=1 epoch= pkgdesc="A simple CLI tool to convert the images to ASCII art 🦀💙"