From 628b76e082027a4a6495c3edc686302d019af03f Mon Sep 17 00:00:00 2001 From: John Borges Date: Thu, 24 Jun 2021 19:48:52 -0400 Subject: [PATCH] chore(example): use latest crash plugin --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 7268a19..4a096a5 100644 --- a/example/package.json +++ b/example/package.json @@ -21,7 +21,7 @@ "dependencies": { "@capacitor-community/appcenter": "^0.4.0", "@capacitor-community/appcenter-analytics": "0.2.1", - "@capacitor-community/appcenter-crashes": "^0.3.0", + "@capacitor-community/appcenter-crashes": "^0.3.1", "@capacitor/app": "^1.0.0", "@capacitor/cli": "3.0.0", "@capacitor/core": "3.0.0",