diff --git a/Cargo.lock b/Cargo.lock index 558da77..902abaa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -539,7 +539,7 @@ checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1" [[package]] name = "lingui_macro_plugin" -version = "5.0.0-next.2" +version = "5.0.0-next.3" dependencies = [ "data-encoding", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index c9b682e..96c9ae4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lingui_macro_plugin" -version = "5.0.0-next.2" +version = "5.0.0-next.3" edition = "2021" [lib] diff --git a/package.json b/package.json index 90e6283..d830cd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/swc-plugin", - "version": "5.0.0-next.2", + "version": "5.0.0-next.3", "description": "A SWC Plugin for LinguiJS", "author": { "name": "Timofei Iatsenko",