From 9dfc362ec7a18885f9ad4844f69ac63e877086e2 Mon Sep 17 00:00:00 2001 From: Alessandro Bottamedi Date: Sat, 15 Jan 2022 17:51:28 +0100 Subject: [PATCH] Bump to ver 4.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 902d0b9..d0d4fb1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-logs", - "version": "4.0.0", + "version": "4.0.1", "description": "Performance-aware simple logger for React-Native with namespaces, custom levels and custom transports (colored console, file writing, etc.)", "main": "dist/index.js", "types": "dist/index.d.ts",