From 931ee1d802f7cfb416961c0ff15a7e3bf9e8361c Mon Sep 17 00:00:00 2001 From: Andrii Bodnar Date: Fri, 16 Aug 2024 16:02:58 +0300 Subject: [PATCH] chore: version 5.0.0-next.2 (#109) --- 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",