From afd34663622038ab9d1c3a6ddb1c540c03036060 Mon Sep 17 00:00:00 2001 From: Adrian Moennich Date: Tue, 23 Jan 2024 16:29:11 +0100 Subject: [PATCH] Bump version to v0.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0355143..64c747a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-jsx-i18n", - "version": "0.4.0", + "version": "0.5.0", "description": "Provides gettext-enhanced React components, a babel plugin for extracting the strings and a script to compile translated strings to a format usable by the components.", "main": "client/index.js", "scripts": {