diff --git a/Cargo.lock b/Cargo.lock index e0a4786..aec6f24 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -693,7 +693,7 @@ checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1" [[package]] name = "lingui_macro_plugin" -version = "6.0.0-next.2" +version = "6.0.0-next.3" dependencies = [ "data-encoding", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index f797414..145b297 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lingui_macro_plugin" -version = "6.0.0-next.2" +version = "6.0.0-next.3" edition = "2021" [lib] diff --git a/package.json b/package.json index 8496b1d..91bff02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/swc-plugin", - "version": "6.0.0-next.2", + "version": "6.0.0-next.3", "description": "A SWC Plugin for LinguiJS", "author": { "name": "Timofei Iatsenko",