From 5c6f718085e6c36787ca793156fa9e1cbe182d27 Mon Sep 17 00:00:00 2001 From: Andrii Bodnar Date: Wed, 30 Oct 2024 15:43:36 +0200 Subject: [PATCH] chore: version 5.0.0-next.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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",