diff --git a/Cargo.lock b/Cargo.lock index 5c4bc50..63f52ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "addr2line" version = "0.14.1" @@ -352,7 +354,7 @@ checksum = "f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce" [[package]] name = "gitig" -version = "0.2.0" +version = "0.2.1" dependencies = [ "directories", "error-chain", diff --git a/Cargo.toml b/Cargo.toml index dc0a0fc..b92bbb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gitig" -version = "0.2.0" +version = "0.2.1" authors = ["Marcel Schneider "] description = "A cli utility to manage gitignore files easily" edition = "2018"