From 450a67927c5adf269934a814baba5c697d59c62e Mon Sep 17 00:00:00 2001
From: Andrii Bodnar <andrii.bodnar@crowdin.com>
Date: Fri, 16 Aug 2024 15:46:49 +0300
Subject: [PATCH] chore: version 5.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 19c6ceb..bd88751 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -537,7 +537,7 @@ checksum = "6a987beff54b60ffa6d51982e1aa1146bc42f19bd26be28b0586f252fccf5317"
 
 [[package]]
 name = "lingui_macro_plugin"
-version = "5.0.0-next.1"
+version = "5.0.0-next.2"
 dependencies = [
  "data-encoding",
  "once_cell",
diff --git a/Cargo.toml b/Cargo.toml
index 4cac664..07fb78f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "lingui_macro_plugin"
-version = "5.0.0-next.1"
+version = "5.0.0-next.2"
 edition = "2021"
 
 [lib]
diff --git a/package.json b/package.json
index 7b5e028..90e6283 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@lingui/swc-plugin",
-  "version": "5.0.0-next.1",
+  "version": "5.0.0-next.2",
   "description": "A SWC Plugin for LinguiJS",
   "author": {
     "name": "Timofei Iatsenko",