diff --git a/Cargo.lock b/Cargo.lock index a6241ec..b60c384 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -59,7 +59,7 @@ dependencies = [ [[package]] name = "encodedir" -version = "1.1.1" +version = "1.1.2" dependencies = [ "color-eyre", "pico-args", diff --git a/Cargo.toml b/Cargo.toml index 4051c20..7f99b64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "encodedir" -version = "1.1.1" +version = "1.1.2" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/Makefile b/Makefile index adfabc2..8535532 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=1.1.1 +VERSION=1.1.2 NAME=encodedir EXEC=encodedir PREFIX=$(HOME)/.local