From 9fe201192cd04c748621a922346bef0ab5526c16 Mon Sep 17 00:00:00 2001 From: "Dr. Sergey Pogodin" Date: Mon, 29 Jan 2024 17:12:28 +0100 Subject: [PATCH] v2.22.2: Bumps the version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 93d96227..5793396e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dr.pogodin/react-native-fs", - "version": "2.22.1", + "version": "2.22.2", "description": "Native filesystem access for react-native", "main": "lib/commonjs/index", "module": "lib/module/index",