From 1d84f2b28367b7985cd399625cbfdb13b3632642 Mon Sep 17 00:00:00 2001 From: Daniel Rivas Date: Sat, 15 Jun 2024 12:00:47 +0100 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f3973ad..3d9fe0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tsconfig" description = "Parse .tsconfig configuration files for TypeScript" -version = "0.2.1" +version = "0.3.1" authors = ["Daniel Rivas "] edition = "2018" homepage = "https://github.com/drivasperez/tsconfig"