From 1a4078fa8d512ef78154cff048cc4b0603120858 Mon Sep 17 00:00:00 2001 From: Raphael vd Woude Date: Tue, 4 Oct 2022 17:51:48 +0200 Subject: [PATCH] Bumped version to v4.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f13fca0..381f031 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "capacitor-native-settings", - "version": "4.0.1", + "version": "4.0.2", "description": "Capacitor plugin to open native settings screens for android and iOS", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",