diff --git a/Cargo.lock b/Cargo.lock index b2bf0ef..92f84ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -96,7 +96,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499" [[package]] name = "dprint-swc-ext" -version = "0.13.0" +version = "0.14.0" dependencies = [ "bumpalo", "num-bigint", diff --git a/rs-lib/Cargo.toml b/rs-lib/Cargo.toml index 0dbf670..bed1334 100644 --- a/rs-lib/Cargo.toml +++ b/rs-lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dprint-swc-ext" -version = "0.13.0" +version = "0.14.0" authors = ["David Sherret "] edition = "2021" license = "MIT"