From 3bcec65bd734c8928be08d484619d924d2ba965c Mon Sep 17 00:00:00 2001 From: Andrii Bodnar Date: Mon, 2 Mar 2026 11:20:54 +0200 Subject: [PATCH] chore: version 6.0.0-next.2 --- 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 d39c256..e0a4786 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -693,7 +693,7 @@ checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1" [[package]] name = "lingui_macro_plugin" -version = "6.0.0-next.1" +version = "6.0.0-next.2" dependencies = [ "data-encoding", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index b21cce2..f797414 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lingui_macro_plugin" -version = "6.0.0-next.1" +version = "6.0.0-next.2" edition = "2021" [lib] diff --git a/package.json b/package.json index 9425553..8496b1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/swc-plugin", - "version": "6.0.0-next.1", + "version": "6.0.0-next.2", "description": "A SWC Plugin for LinguiJS", "author": { "name": "Timofei Iatsenko",