diff --git a/Cargo.lock b/Cargo.lock index dc26a95..6fd135c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -103,7 +103,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499" [[package]] name = "dprint-swc-ext" -version = "0.12.0" +version = "0.13.0" dependencies = [ "bumpalo", "num-bigint", diff --git a/rs-lib/Cargo.toml b/rs-lib/Cargo.toml index aed2af7..49f21c1 100644 --- a/rs-lib/Cargo.toml +++ b/rs-lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dprint-swc-ext" -version = "0.12.0" +version = "0.13.0" authors = ["David Sherret "] edition = "2021" license = "MIT"