From 1eb82ddfc31f5c1d4bac22020108b2029f1dd096 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20Kwas=CC=81niewski?= Date: Sat, 4 Nov 2023 17:26:14 +0100 Subject: [PATCH] chore: release 0.3.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2511fe5..03e4b1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-menubar-extra", - "version": "0.3.0", + "version": "0.3.1", "description": "Add MenuBar to your React Native App", "main": "lib/commonjs/index", "module": "lib/module/index",