diff --git a/Cargo.lock b/Cargo.lock index e7d50c9..781cc9c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -134,7 +134,7 @@ dependencies = [ [[package]] name = "tsconfig" -version = "0.2.0" +version = "0.2.1" dependencies = [ "json_comments", "regex", diff --git a/Cargo.toml b/Cargo.toml index 17589c8..f3973ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tsconfig" description = "Parse .tsconfig configuration files for TypeScript" -version = "0.2.0" +version = "0.2.1" authors = ["Daniel Rivas "] edition = "2018" homepage = "https://github.com/drivasperez/tsconfig"