From 7fb04814901220fcfc944964a0f1cc5c00533bd5 Mon Sep 17 00:00:00 2001 From: Andrii Bodnar Date: Fri, 17 Apr 2026 15:15:11 +0300 Subject: [PATCH] chore: version 6.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 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",